Open liangzhiqiang-lzq opened 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'
解决了吗?过去几天我也被这个错误困扰。
Solve it? I also have this problem
(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'