youngwanLEE / CenterMask

[CVPR 2020] CenterMask : Real-Time Anchor-Free Instance Segmentation
https://arxiv.org/abs/1911.06667
Other
770 stars 124 forks source link

inference (centermask_demo) showing mask data only for very few objects. #61

Open omerbrandis opened 3 years ago

omerbrandis commented 3 years ago

hello,

I've trained centermask on my own dataset. used several versions of centermask_v configs (19,39,99). (all of them stalled at around loss = 0.65 .)

I've executed centermask_demo on the training set to see what the cnn has learned, I see that some objects are identified (bbox), but most of them do not display mask information. (the annotation files are probably not the problem, i've used then with other cnns and got better results)

here's an example, as you can see , several apples are identified, but only one of them has mask data. img1_result

please advise, Omer.

lijianaiml commented 2 years ago

Hi,i have occur the same question,have you solve it now? @ omerbrandis