본문 바로가기
Programming Language/Python

[Python] Install mmcv

by yongee97 2023. 7. 27.

* 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

https://github.com/MengyangPu/EDTER/issues/64