MMDetection-inference
MMDection 설치
– MMCV가 먼저 설치되어 있어야 함 .(pip를 통해 mmcv-full 설치)
– mmdetection.git을 clone 하고, setyp.py를 통해 설치
Inference 수행 (Pretrained 모델을 활용)
이미지
https://github.com/open-mmlab/mmdetection/blob/master/demo/MMDet_Tutorial.ipynb 데모아래 튜토리얼 참조
Config와 Checkpoint(모델) 다운로드
- 해당Backbone의 Config파일 설정
mmdetection/configs/faster_rcnn/ - pre-trained model 다운로드
/mmdetection/checkpoints/ 아래에 해당 파일 다운.

비디오
https://github.com/open-mmlab/mmdetection/blob/master/demo/video_demo.py 데모아래 참조