RE-OWOD/configs/COCO-Detection/faster_rcnn_R_50_C4_1x.yaml

7 lines
139 B
YAML
Raw Normal View History

2022-01-04 13:13:22 +08:00
_BASE_: "../Base-RCNN-C4.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: False
RESNETS:
DEPTH: 50