ServiceProjectFall2023 / mask_rcnn_R_50_FPN_3x.yaml
DataNerd2021's picture
upload model
88c38a0
raw
history blame
208 Bytes
_BASE_: "../Base-RCNN-FPN.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
DEVICE: "cpu"
MASK_ON: True
RESNETS:
DEPTH: 50
SOLVER:
STEPS: (210000, 250000)
MAX_ITER: 270000