transfiner / configs /Misc /mask_rcnn_R_50_FPN_1x_dconv_c3-c5.yaml
lkeab
update configs
c6c496f
raw history blame
No virus
238 Bytes
_BASE_: "../Base-RCNN-FPN.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: True
RESNETS:
DEPTH: 50
DEFORM_ON_PER_STAGE: [False, True, True, True] # on Res3,Res4,Res5
DEFORM_MODULATED: False