mmdetection3d icon indicating copy to clipboard operation
mmdetection3d copied to clipboard

dynamic voxelization generate negative index

Open AndyYuan96 opened this issue 2 years ago • 1 comments

I use dynamic voxelization to train nus model, I find sometime's voxelize will generate negative index, which make index operation out of range, even if I already use PointsRangeFIlter. In this line : https://github.com/open-mmlab/mmdetection3d/blob/eb5a5a2d166d2d60dfbdffe63b925cb37a6541e3/mmdet3d/models/detectors/mvx_faster_rcnn.py#L39 res_coors = self.pts_voxel_layer(res)

AndyYuan96 avatar Jul 16 '22 13:07 AndyYuan96

I will fix it asap.

jshilong avatar Aug 03 '22 06:08 jshilong

Do you have any updates/more info on this? I run into the same issue from time to time.

carlinds avatar Feb 17 '23 13:02 carlinds