We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Can you please attach the full log of this run?
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: