ML-Computer Vision/MMdetection

[mmdetection] 초기 환경세팅 정보

dohyeon2 2022. 5. 11. 19:10

기본환경

OS: ubuntu 18.04

cuda: 10.2

cudnn 8.3.0 for cuda-10.2

python: 3.7.13

pytorch : 1.8.1 for cuda 10.2

 

mmdetection 설치

pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.8.1/index.html
pip install mmdet

 

 

 

APOLLO Workstation 

python : 3.8.13

pytorch: 1.10.0 

cuda: 11.3 

cudnn:   8.2.1 for cuda 11.x

mmdet: 2.25.0 

mmcv-full: 1.47 

+ git이 설치되어 있지 않으면 mim install로 mmdet 설치 불가능하다