mmdetection설치

Published by onesixx on

https://mmdetection.readthedocs.io/en/latest/get_started.html

https://mmclassification.readthedocs.io/en/latest/install.html

PREREQUISITES

python 가상환경 설치 (v 3.8,13)

openmmlab이름으로

pytorch버전

$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Fri_Dec_17_18:16:03_PST_2021
Cuda compilation tools, release 11.6, V11.6.55
Build cuda_11.6.r11.6/compiler.30794723_0

설치

MIM (openmim)으로 MMCV설치

각각모듈설치

git clone https://github.com/open-mmlab/mmdetection.git
cd mmdetection
pip install -v -e .
pip install mmdet

 Install MMClassification. = > Install from source

git clone https://github.com/open-mmlab/mmclassification.git
cd mmclassification
pip install -v -e .

Categories: vision

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x