hysts / anime-face-detector

Anime Face Detector using mmdet and mmpose
MIT License
416 stars 24 forks source link

install problem #23

Open PMPBinZhang opened 1 year ago

PMPBinZhang commented 1 year ago

what's the version of mmcv-full, mmdet and mmpose

AgatZan commented 1 year ago

if actual then try mmcv-full==1.7.0 mmdet==2.25.1 mmpose==0.28.1

ccnguyen commented 1 year ago

The following worked for me on CUDA version 11.4. Also for anyone not on 11.4, this was very useful in finding the right mmcv-full!

pip install mmcv-full==1.6.2 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.12/index.html
pip install openmim==0.1.0
pip install mmdet==2.28.2
pip install mmpose==0.29.0