CarDD-USTC / CarDD-USTC.github.io

20 stars 4 forks source link

No module named 'mmcv._ext' #4

Open Hamza-Sarwar opened 11 months ago

Hamza-Sarwar commented 11 months ago

I did exactly follow the installation process but each time I got the same error no matter what version do I use.

anzr299 commented 9 months ago

Same

anzr299 commented 8 months ago

Try this for installing mmcv and mmdet based on your pytorch version. you can checkout the appropriate versions by modifying the link (https://download.openmmlab.com/mmcv/dist/cu{CUDA VERSION}/torch{PYTORCH VERSION}/index.html)

pip install mmcv-full==1.7.0 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.11/index.html
pip install mmdet==2.26.0
Dreamlocked commented 1 month ago

This issue hasn't solved