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