Hey, I'm trying to train the BCNet with Mask R-CNN and a ResNet-101 backbone, using this config from Detectron2. It loads the model perfectly and starts the training, however, it immediatly stops the training (0 iterations) and starts the evaluation. The training on the FCOS config you provided, works perfectly.
"it immediatly stops the training (0 iterations) and starts the evaluation." indicates there are training errors (you can wait the evaluation finishing to check the errors). For using MRCNN, you can refer to the discussion here.
Hey, I'm trying to train the BCNet with Mask R-CNN and a ResNet-101 backbone, using this config from Detectron2. It loads the model perfectly and starts the training, however, it immediatly stops the training (0 iterations) and starts the evaluation. The training on the FCOS config you provided, works perfectly.
Any suggestions why this might be?