mirror of
https://github.com/JosephKJ/OWOD.git
synced 2025-06-03 14:50:40 +08:00
10 lines
192 B
YAML
10 lines
192 B
YAML
_BASE_: "../Base-RCNN-FPN.yaml"
|
|
MODEL:
|
|
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
|
|
MASK_ON: True
|
|
RESNETS:
|
|
DEPTH: 50
|
|
SOLVER:
|
|
STEPS: (210000, 250000)
|
|
MAX_ITER: 270000
|