youngwanLEE / CenterMask

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

How to choose positive samples from fcos? #44

Open cizhenshi opened 4 years ago

cizhenshi commented 4 years ago

During training, FCOS generates 100 detection bboxes. Are these all considered positive samples? Or do we need to calculate the iou to determine whether these bboxes are positive samples in the mask branch training like mask rcnn?