Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Random-junhao opened this issue Oct 24, 2023 · 2 comments
Open

Comments

@Random-junhao
Copy link

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
Copy link
Owner

SxJyJay commented Oct 25, 2023

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.

@Libraaer
Copy link

Libraaer commented Sep 7, 2024

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'

Hello, have you trained this model? I'm using A800 here but still not enough to train. If you've trained, can you give me an answer to the reason for my lack of memory here, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants