lkeab / BCNet

Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]
https://arxiv.org/abs/2103.12340
MIT License
533 stars 73 forks source link

Training of BCNet with Mask R-CNN #119

Closed MichelleSchaaf closed 2 years ago

MichelleSchaaf commented 2 years ago

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?

lkeab commented 2 years ago

"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.