GLEE/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_DC5_1x.yaml
2024-03-19 10:31:00 +08:00

7 lines
145 B
YAML

_BASE_: "../Base-RCNN-DilatedC5.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: True
RESNETS:
DEPTH: 50