Open syusukee opened 4 years ago
No, we only compute the mask loss for positive instances, as shown in https://github.com/aim-uofa/AdelaiDet/blob/0157227f966eda93c1299a402537b616207ba226/adet/modeling/condinst/dynamic_mask_head.py#L156. Note than pred_instances
only includes the positive ones.
So is it means FCOS will output the positive proposals which are used in mask branch? @tianzhi0549
Yes.
Ok, I got it. Thanks to your reply!! Really great work!!
Hi, I've found that in your code you calculated the loss among all instances, not only the positive ones, which you have described in paper. Can you explain it or show me where I can find the related code? Thanks a lot!! @tianzhi0549