SxJyJay / MSMDFusion

[CVPR 2023] MSMDFusion: Fusing LiDAR and Camera at Multiple Scales with Multi-Depth Seeds for 3D Object Detection
Apache License 2.0
167 stars 10 forks source link

ImportError: cannot import name 'track_iter_progress' from 'mmcv' #27

Open Random-junhao opened 8 months ago

Random-junhao commented 8 months ago

I have already installed the mmcv-full, but there is still an import error. Can anyone help please?

pip list | grep mm comm 0.1.4 mmcv 2.0.0rc4 mmcv-full 1.7.0 mmdet 3.0.0 mmengine 0.9.0

Traceback (most recent call last): File "create_data.py", line 11, in from tools.data_converter.create_gt_database import create_groundtruth_database File "/home/bitcqic/MSMDFusion/MSMDFusion/tools/data_converter/create_gt_database.py", line 4, in from mmcv import track_iter_progress ImportError: cannot import name 'track_iter_progress' from 'mmcv'

SxJyJay commented 8 months ago

It seems that your mmcv version is too high. We use mmcv-full=1.3.0. Please refer to here for the complete environment dependency.