SamsungLabs/tr3d

Cannot Import 'Config' Class from 'mmcv'

Opened this issue · 1 comments

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)

Can you please attach the full log of this run?