transfiner / configs /transfiner /mask_rcnn_R_50_FPN_1x.yaml
lkeab
update configs
c6c496f
_BASE_: "../Base-RCNN-FPN.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: True
RESNETS:
DEPTH: 50
OUTPUT_DIR: "./output_r50_1x"