
mmdetection官网教程
使用:使用现有模型进行推理:from mmdet.apis import init_detector, inference_detectorimport mmcv# 指定模型的配置文件和 checkpoint 文件路径config_file = 'configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py'checkpoint_file = 'checkpoints/faster_rcnn_r50_fpn_1x_coco_20200130-047





