mmdetectionの利用


modelとconfigファイルのダウンロード


mimでは、mmdetectionが提供する事前トレーニングモデルとプロファイルを簡単にダウンロードできます.
# example
mim download mmdet --config faster_rcnn_r50_fpn_1x_coco --dest ./checkpoint/
利用可能なモデルは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