detectron2-model-demo / configs /detectron2 /faster_rcnn_R_50_FPN_3x.yaml
stefan-it's picture
detectron2: add necessary config files
05adf6e
_BASE_: "./Base-RCNN-FPN.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: False
RESNETS:
DEPTH: 50
SOLVER:
STEPS: (210000, 250000)
MAX_ITER: 270000