implus / GFocalV2

Generalized Focal Loss V2: Learning Reliable Localization Quality Estimation for Dense Object Detection, CVPR2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

questions about quality_focal_loss

lalalafloat opened this issue · comments

commented

I use the config "configs/gfocal/gfocal_r50_fpn_1x.py" with the use_sigmoid equals False, just like the pic shown as follows:
image
then the bg_classes_id got 81, this means all the proposals will be regarded as positive samples.
image
Is there some problem here?