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

why dive stride here?

qianwangn opened this issue · comments

pos_anchor_centers = self.anchor_center(pos_anchors) / stride[0]
and
pos_decode_bbox_targets = pos_bbox_targets / stride[0]