OWOD/configs/COCO-PanopticSegmentation/panoptic_fpn_R_50_3x.yaml

9 lines
177 B
YAML
Raw Permalink Normal View History

2020-09-29 08:17:18 +08:00
_BASE_: "Base-Panoptic-FPN.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS:
DEPTH: 50
SOLVER:
STEPS: (210000, 250000)
MAX_ITER: 270000