Programming Language/Python
[Python] Install mmcv
yongee97
2023. 7. 27. 12:38
* Environment
Ubuntu 20.04
python 3.8.10
pip 20.0.2 (python 3.8)
* Installation
pip install mmcv-full==1.2.2 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
* Reference