Closed ShnitzelKiller closed 9 months ago
Never mind, that was just the base config, not the full training config (one of configs/coco/panoptic-segmentation/maskformer2_R50_bs16_50ep.yaml
or configs/coco/panoptic-segmentation/maskformer2_R101_bs16_50ep.yaml
).
I have tried training with the example config
configs/Base-COCO-PanopticSegmentation.yaml
, but it throws an error while loading the initial model weights.It seems that the backbone and roi_head both use a ResNet module and it can't decide which one the weights belong to. Is the config file incorrectly specified somehow?