implus / GFocalV2

Generalized Focal Loss V2: Learning Reliable Localization Quality Estimation for Dense Object Detection, CVPR2021
Apache License 2.0
477 stars 54 forks source link

why dive stride here? #7

Closed qianwangn closed 3 years ago

qianwangn commented 3 years ago

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