qcraftai / pillarnext

PillarNeXt: Rethinking Network Designs for 3D Object Detection in LiDAR Point Clouds (CVPR 2023)
Other
187 stars 14 forks source link

iou3d_nms_cuda.py is missing in this repo #16

Closed NariaPetrova closed 7 months ago

NariaPetrova commented 7 months ago

Hello qcraftai, Appriciated you for making this code public! I'm trying to training this pillarnext following RUN.md, but found that maybe det3d/core/iou3d_nms/iou3d_nms_cuda.py is missing in this repo or it's located in somewhere else. Because some .py files import iou3d_nms_cuda but there is no iou3d_nms_cuda.py, such as: in det3d/core/iou3d_nms/init.py, it"from det3d.core.iou3d_nms import iou3d_nms_cuda, iou3d_nms_utils ", there is iou3d_nms_utils.py indet3d.core.iou3d_nms, but no iou3d_nms_cuda. if you can see this message would you mind help? Thanks

NariaPetrova commented 7 months ago

Found that in closed issue #9 .