Inference Endpoints
GRiT / detectron2 /configs /COCO-InstanceSegmentation /mask_rcnn_R_50_DC5_3x.yaml
Vishakaraj's picture
Upload 1797 files
a567fa4
raw
history blame
198 Bytes
_BASE_: "../Base-RCNN-DilatedC5.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: True
RESNETS:
DEPTH: 50
SOLVER:
STEPS: (210000, 250000)
MAX_ITER: 270000