You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
"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?
The text was updated successfully, but these errors were encountered: