Closed HuangZhe885 closed 1 year ago
I followed the installation instructions but did not discover that iou3d nms cuda was produced.
python opencood/pcdet_utils/setup.py build_ext --inplace
when I run this code,I got a mistake
RuntimeError: Error compiling objects for extension
cuda Version is 11.6
I fixed this issue since the Python and CUDA versions were incompatible.
When I try to use cia-ssd, I got this mistake cannot import name 'iou3d_nms_cuda' from 'opencood.pcdet_utils.iou3d_nms' (unknown location)