ImportError: cannot import name 'track_iter_progress' from 'mmcv' (unknown location) #2946
Replies: 2 comments
-
I have encountered the same problem as you. Have you resolved this issue? Can you please let me know how it was resolved? Thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
-
change |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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-full 1.4.0
mmdet 2.14.0
mmdet3d 0.17.2
mmsegmentation 0.14.1
timm 0.9.5
Traceback (most recent call last):
File "tools/create_data.py", line 6, in
from data_converter.create_gt_database import create_groundtruth_database
File "/root/autodl-tmp/MapTR/tools/data_converter/create_gt_database.py", line 5, in
from mmcv import track_iter_progress
ImportError: cannot import name 'track_iter_progress' from 'mmcv' (unknown location)
Beta Was this translation helpful? Give feedback.
All reactions