PointOcc icon indicating copy to clipboard operation
PointOcc copied to clipboard

Low_resolution

Open 19823326860 opened this issue 2 years ago • 0 comments

Thanks for your work! However, I modified the parameter configuration in config to reduce the resolution of voxel features as recorded in section 4.2 of the paper. PointOcc/config/pointtpv_nusc_occ.py Default: grid_size_occ = [512, 512, 40] Modified: grid_size_occ = [256, 256, 20] The following error occurred during dataset construction: IndexError: index 354 is out of bounds for axis 1 with size 256

So I need to re-generate the occupancy_nuscenes dataset, what is the benchmark of the dataset that we used in the paper? Could you provide the relevant conversion code? Thank you very much.

19823326860 avatar Dec 13 '23 12:12 19823326860