Closed ameyparanjape closed 2 years ago
I was able to figure this one out. Changing config parameter
BOXINST:
ENABLED: false
This will trigger training as a regular Instance Segmentation model without the BoxInst losses being computed and optimized.
@ameyparanjape i have trained a custom model using detectron 2 custom tutorial to get segmentation masks from Boxinst training. However i get zero AP. can you guide me if i am missing something ? does train_net.py have some configuration that is not in detectron2 demo ?
I have an experiment where my train data is as follows:
I was able to train/finetune a BoxInst model (weakly supervised instance segmentation) using (b), now I want to further finetune the model using (b) (utilizing the mask annotations) as a fully supervised training. BoxInst paper does talk about this, but I wasn't able to find the code changes for this.
Any help?