(二十四)mmdetection源码解读:faster_rcnn_r50_fpn.py详解test_cfg
目录一、model配置文件->test_cfg二、test_cfg详解一、model配置文件->test_cfgtest_cfg=dict(rpn=dict(nms_pre=1000,#NMS前的box数max_per_img=1000,#NMS后要保留的box数量nms=dict(type='nms',iou_threshold=0.7),#NMS的类型,NMS的阈值min_bbox_size=