skyhehe123 / SA-SSD

SA-SSD: Structure Aware Single-stage 3D Object Detection from Point Cloud (CVPR 2020)
492 stars 106 forks source link

ModuleNotFoundError: No module named 'mmdet.ops.iou3d.iou3d_cuda' #83

Closed oreo-lp closed 3 years ago

oreo-lp commented 3 years ago

when i run python3 tools/create_data.py i met a problem: ModuleNotFoundError: No module named 'mmdet.ops.iou3d.iou3d_cuda' Can anybody teel my what i should do to solve this problem?

oreo-lp commented 3 years ago

i have solved this error: cd mmdet/ops/points_op python setup.py build_ext --inplace cd mmdet/ops/iou3d python setup.py build_ext --inplace cd mmdet/ops/pointnet2 python setup.py build_ext --inplace****