OWOD/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_DC5_1x.yaml

7 lines
145 B
YAML
Raw Normal View History

2020-09-29 08:17:18 +08:00
_BASE_: "../Base-RCNN-DilatedC5.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: True
RESNETS:
DEPTH: 50