mirror of https://github.com/JosephKJ/OWOD.git
7 lines
140 B
YAML
7 lines
140 B
YAML
|
_BASE_: "../Base-RCNN-FPN.yaml"
|
||
|
MODEL:
|
||
|
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
|
||
|
MASK_ON: False
|
||
|
RESNETS:
|
||
|
DEPTH: 50
|