pangsu0613 / CLOCs

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

ModuleNotFoundError: No module named 'second' #87

Open liangzhiqiang-lzq opened 1 year ago

liangzhiqiang-lzq commented 1 year ago

(CLOCs) lzq@lzq:~/Downloads/CLOCs-master/second$ python ./pytorch/train.py evaluate --config_path=./configs/car.fhd.config --model_dir=../model_dir --measure_time=True --batch_size=1 Using GPU device 0... Traceback (most recent call last): File "./pytorch/train.py", line 15, in import second.data.kitti_common as kitti ModuleNotFoundError: No module named 'second'

zhaobenyan51129 commented 1 year ago

解决了吗?过去几天我也被这个错误困扰。

Solve it? I also have this problem