dbtmpl / OPMask

Official implementation of the paper 'Prior to Segment: Foreground Cues for Weakly Annotated Classes in Partially Supervised Instance Segmentation' (ICCV 2021)
19 stars 5 forks source link

partially supervised instance segmentation #3

Open xiaona123456 opened 1 year ago

xiaona123456 commented 1 year ago

How to start up partially supervised instance segmentation? Looking forward to your reply.

xiaona123456 commented 1 year ago

Now, my dataset of train is box, and test is pixel label. It occurred an error when training. The error is: AttributeError: Cannot find field 'gt_masks' in the given Instance.

I would like to know what is the reason for this, this network is weak supervision, why is it so?