mim을 통해 mmdetection에서 제공하는 pre-trained model과 config 파일을 쉽게 다운로드 받을 수 있다.
# example
mim download mmdet --config faster_rcnn_r50_fpn_1x_coco --dest ./checkpoint/
사용할 수 있는 model은 model zoo 또는 github내에 config을 통해 확인 가능하다.
model zoo
https://mmdetection.readthedocs.io/en/v2.22.0/model_zoo.html
code configs
https://github.com/open-mmlab/mmdetection/tree/v2.22.0/configs