Inference Endpoints
GRiT / detectron2 /configs /COCO-Detection /faster_rcnn_R_101_C4_3x.yaml
Vishakaraj's picture
Upload 1797 files
a567fa4
raw
history blame
194 Bytes
_BASE_: "../Base-RCNN-C4.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-101.pkl"
MASK_ON: False
RESNETS:
DEPTH: 101
SOLVER:
STEPS: (210000, 250000)
MAX_ITER: 270000