목차
기본환경
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 설치 불가능하다
'Computer Vision > MMdetection' 카테고리의 다른 글
[mmdetection] roi_head 변경방법 (0) | 2022.09.08 |
---|---|
[mmdetection] custom training 방법 (개선) (0) | 2022.08.22 |
[mmdetection] custom dataset 학습방법 (0) | 2022.08.20 |
[mmdetection] 탐지 개체수 설정방법 (0) | 2022.08.09 |
[mmdetection] bbox title 변경방법 (0) | 2022.07.20 |