Open njuxx opened 3 years ago
Just try to apply the BoxInst losses when the mask annotations are not available. The BoxInst losses can be found here https://github.com/aim-uofa/AdelaiDet/blob/7bf9d871909810e5a619eb1a59a5cd5aadf0e1c8/adet/modeling/condinst/dynamic_mask_head.py#L223
Just try to apply the BoxInst losses when the mask annotations are not available. The BoxInst losses can be found here
Thank you
BoxInst is a really nice job! In your paper, you did an extension experiment which is a semi-supervised instance segmentation task. I wonder if there is a handy way to reproduce those results shown in your paper? Thank you.