transfiner / configs /COCO-InstanceSegmentation /mask_rcnn_R_101_FPN_3x_4gpu_transfiner_lvis.yaml
lkeab's picture
first try
5395ccf
raw history blame
No virus
237 Bytes
_BASE_: "../Base-RCNN-FPN-4gpu.yaml"
MODEL:
WEIGHTS: "./init_weights/model_final_a3ec72.pkl"
MASK_ON: True
RESNETS:
DEPTH: 101
SOLVER:
STEPS: (210000, 250000)
MAX_ITER: 270000
DATASETS:
TEST: ("lvis_v0.5_val_cocofied",)