mmdetection설치
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버전

설치
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 .