transfiner / configs /COCO-Detection /faster_rcnn_R_50_C4_1x.yaml
lkeab's picture
first try
5395ccf
raw
history blame
No virus
139 Bytes
_BASE_: "../Base-RCNN-C4.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: False
RESNETS:
DEPTH: 50