detectron2-webui / configs /COCO-Detection /faster_rcnn_R_50_C4_3x.yaml
isLinXu
update
4baf486
raw
history blame
192 Bytes
_BASE_: "../Base-RCNN-C4.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: False
RESNETS:
DEPTH: 50
SOLVER:
STEPS: (210000, 250000)
MAX_ITER: 270000