transfiner / configs /COCO-InstanceSegmentation /mask_rcnn_R_50_FPN_3x_4gpu_transfiner.yaml
lkeab's picture
first try
5395ccf
raw
history blame
No virus
189 Bytes
_BASE_: "../Base-RCNN-FPN-4gpu.yaml"
MODEL:
WEIGHTS: "./init_weights/model_final_f10217.pkl"
MASK_ON: True
RESNETS:
DEPTH: 50
SOLVER:
STEPS: (210000, 250000)
MAX_ITER: 270000