pangsu0613 / CLOCs

CLOCs: Camera-LiDAR Object Candidates Fusion for 3D Object Detection
MIT License
351 stars 68 forks source link

no model named second #74

Closed Debtor141 closed 2 years ago

Debtor141 commented 2 years ago

python create_data.py create_kitti_info_file --data_path=CLOCs/KITTI_DATASET Traceback (most recent call last): File "create_data.py", line 11, in from second.core import box_np_ops ModuleNotFoundError: No module named 'second'

i met this error before and dont know how to slove

shayari21 commented 1 year ago

Hello, how did you solve this error?

Debtor141 commented 1 year ago

Hello, how did you solve this error?

I was using 3060ti and cuda11.3 and had this problem, after checking some blogs I rented 1080ti and used cuda9.2 in autodl and the problem was resolved.