Mask_RCNN icon indicating copy to clipboard operation
Mask_RCNN copied to clipboard

overlapped objects problem

Open sanhai77 opened this issue 2 years ago • 0 comments

hi i have problem in mask branch. in the paper mentioned: The mask branch has a Km^2- dimensional output for each RoI, which encodes K binary masks of resolution m × m, one for each of the K classes. but what if we have two overlapped object with same class in one roi? roi is made of main object + particle of other object(with same class of main object). how mask r-cnn distinct two object for instance segmentation for this roi? for example in bellow image each rois involve several balloon. 1_I5_PSpXNmPDp5K9zvUZLpg

sanhai77 avatar Nov 08 '23 23:11 sanhai77