Spaces:
Runtime error
Runtime error
_BASE_: "../Base-RCNN-FPN.yaml" | |
MODEL: | |
# WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl" | |
# For better, more stable performance initialize from COCO | |
WEIGHTS: "detectron2://COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x/137849600/model_final_f10217.pkl" | |
MASK_ON: True | |
ROI_HEADS: | |
NUM_CLASSES: 8 | |
# This is similar to the setting used in Mask R-CNN paper, Appendix A | |
# But there are some differences, e.g., we did not initialize the output | |
# layer using the corresponding classes from COCO | |
INPUT: | |
MIN_SIZE_TRAIN: (800, 832, 864, 896, 928, 960, 992, 1024) | |
MIN_SIZE_TRAIN_SAMPLING: "choice" | |
MIN_SIZE_TEST: 1024 | |
MAX_SIZE_TRAIN: 2048 | |
MAX_SIZE_TEST: 2048 | |
DATASETS: | |
TRAIN: ("cityscapes_fine_instance_seg_train",) | |
TEST: ("cityscapes_fine_instance_seg_val",) | |
SOLVER: | |
BASE_LR: 0.005 | |
STEPS: (36000,) | |
MAX_ITER: 48000 | |
IMS_PER_BATCH: 4 | |
TEST: | |
EVAL_PERIOD: 48000 | |