[mmcv-full] mim없이 설치하는 경우, 직접적인 설치 링크 찾기
·
기타/풍미박산 기절초풍 설치과정
https://mmdetection.readthedocs.io/en/latest/get_started.html#install-mmcv-without-mim 공식 문서를 첨부합니다. 아래 내용은 첨부된 내용에 대해 길게 풀어쓴 내용입니다. mmcv-full를 pip를 통해 설치하는 경우, 단순히 "pip install mmcv-full=='version'" 으로 설치되지 않는다. 명령어 뒤에 "-f" 와 함께 링크를 넣어줘야 설치가 된다. 링크를 알기 위해서는 다음 세가지가 필요하다.1. mmcv-full의 버전(ex. 1.5.3)2. 설치한 torch의 버전(ex. 1.10.0)3. 설치한 torch의 cuda버전(ex. cu111) https://download.openmmlab.com/mmcv/di..