mirror of
https://github.com/RE-OWOD/RE-OWOD.git
synced 2025-06-03 14:59:31 +08:00
9 lines
185 B
YAML
9 lines
185 B
YAML
_BASE_: "Base-DensePose-RCNN-FPN.yaml"
|
|
MODEL:
|
|
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-101.pkl"
|
|
RESNETS:
|
|
DEPTH: 101
|
|
SOLVER:
|
|
MAX_ITER: 130000
|
|
STEPS: (100000, 120000)
|