1
0
mirror of https://github.com/RE-OWOD/RE-OWOD.git synced 2025-06-03 14:59:31 +08:00
RE-OWOD/configs/COCO-Detection/faster_rcnn_R_50_DC5_1x.yaml
2022-01-04 13:13:22 +08:00

7 lines
146 B
YAML

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