Object Detection은 통합된 라이브러리의 부재
실무 / 캐글에서는 아래 두 라이브러리를 주로 활용함
• MMDetection
• Detectron2
Pytorch 기반의 Object Detection 오픈소스 라이브러리
• Facebook AI Research의 Pytorch 기반 라이브러리
• Object Detection 외에도 Segmentation, Pose prediction 등 알고리즘도 제공
• Setup Config / Setup Trainer / Start Training
• build_model
• build_detection_train/test_loader • build_optimizer
• build_lr_scheduler