Overview

1. MMDetection
- Pytorch 기반 object detection library
Pipeline


Pipeline활용 방법
- 모듈 import
- config 불러오기
- config 수정하기
- 모델, 데이터셋 build
- 학습
전체 구성
- Model config
- Dataset config
- scheduler config
2. Detectron2
- FAIR의 pytorch기반 라이브러리
- Object detection외에 segmentation, Pose estimation등 알고리즘 제공