quanghuy0497 / Mask_R-CNN

A modified version of Mask R-CNN based on Matterport's version. Featuring: polygon annotating mask generation and k-fold cross-validation training.
15 stars 7 forks source link

overlapped objects problem #7

Closed sanhai77 closed 11 months ago

sanhai77 commented 11 months ago

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

quanghuy0497 commented 11 months ago

Hi, @sanhai77

I am no longer maintaining this repo or being able to provide you with any support, as I have moved to other research projects. I strongly suggest you seek support in the original repo from Matterport's here. I believe the community here can support you well.

Sorry for being unable to support you. I hope you will find one soon.

Sincere,

quanghuy0497