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
Possibly due to the mismatched version of mmcv related tools. Make sure the following is correctly compiled:
git clone https://github.com/open-mmlab/mmdetection3d.git
cd mmdetection3d
git checkout v0.17.1 # Other versions may not be compatible.
python setup.py install
When I test, there is a error "ModuleNotFoundError: No module named 'mmcv._ext'".
I have no idea how to deal.
The text was updated successfully, but these errors were encountered: