Open Johnlorance opened 10 months ago
I am encountering an issue while trying to run the following command:
python tools/test.py configs/tr3d/tr3d_scannet-3d-18class.py \ work_dirs/tr3d_scannet-3d-18class/latest.pth --eval mAP
The error message I receive is: ImportError: cannot import name 'Config' from 'mmcv' (/opt/conda/lib/python3.7/site-packages/mmcv/__init__.py)
ImportError: cannot import name 'Config' from 'mmcv' (/opt/conda/lib/python3.7/site-packages/mmcv/__init__.py)
Can you please attach the full log of this run?
I am encountering an issue while trying to run the following command:
The error message I receive is:
ImportError: cannot import name 'Config' from 'mmcv' (/opt/conda/lib/python3.7/site-packages/mmcv/__init__.py)