transfiner / configs /quick_schedules /retinanet_R_50_FPN_inference_acc_test.yaml
lkeab
update configs
c6c496f
raw
history blame
No virus
255 Bytes
_BASE_: "../COCO-Detection/retinanet_R_50_FPN_3x.yaml"
MODEL:
WEIGHTS: "detectron2://COCO-Detection/retinanet_R_50_FPN_3x/190397829/model_final_5bd44e.pkl"
DATASETS:
TEST: ("coco_2017_val_100",)
TEST:
EXPECTED_RESULTS: [["bbox", "AP", 44.45, 0.02]]