SamsungLabs / tr3d

[ICIP2023] TR3D: Towards Real-Time Indoor 3D Object Detection
Other
141 stars 8 forks source link

Cannot Import 'Config' Class from 'mmcv' #20

Open Johnlorance opened 8 months ago

Johnlorance commented 8 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)

filaPro commented 8 months ago

Can you please attach the full log of this run?