You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As show in readme file. I use mmcv == 1.7.2, however, when I use mmdet>2.25.3, it will give me:
ModuleNotFoundError: No module named 'mmcv._ext'
ext_module = ext_loader.load_ext(
File "/opt/conda/lib/python3.10/site-packages/mmcv/utils/ext_loader.py", line 13,in load_ext
ext = importlib.import_module('mmcv.'+ name)
File "/opt/conda/lib/python3.10/importlib/__init__.py", line 126,in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named 'mmcv._ext'
and for lower vision of mmdet like mmdet==2.24.1, it will give me that :
Traceback (most recent call last):
File "/root/workdir/ConsistentTeacher/tools/train.py", line 14,in<module>from mmdet import __version__
File "/opt/conda/lib/python3.10/site-packages/mmdet/__init__.py", line 25,in<module>
and mmcv_version <= digit_version(mmcv_maximum_version)), \
AssertionError: MMCV==1.7.2 is used but incompatible. Please install mmcv>=1.3.17,<=1.7.0.
Traceback (most recent call last):
File "/root/workdir/ConsistentTeacher/tools/train.py", line 14,in<module>from mmdet import __version__
File "/opt/conda/lib/python3.10/site-packages/mmdet/__init__.py", line 25,in<module>
and mmcv_version <= digit_version(mmcv_maximum_version)), \
AssertionError: MMCV==1.7.2 is used but incompatible. Please install mmcv>=1.3.17,<=1.7.0.
and for the new vision it is not match to mmdet 3.X.
As show in readme file. I use mmcv == 1.7.2, however, when I use mmdet>2.25.3, it will give me:
and for lower vision of mmdet like mmdet==2.24.1, it will give me that :
and for the new vision it is not match to mmdet 3.X.
The environment is here:
What is the correct vision of mmdet?
The text was updated successfully, but these errors were encountered: