TencentYoutuResearch / CrowdCounting-P2PNet

The official codes for the ICCV2021 Oral presentation "Rethinking Counting and Localization in Crowds: A Purely Point-Based Framework"
Other
404 stars 109 forks source link

regression = self.regression(features_fpn[1]) * 100 #68

Open SherlockHolmes221 opened 6 months ago

SherlockHolmes221 commented 6 months ago

why plus 100 here? thanks

wzr0108 commented 5 months ago

I guess it’s because anchor_points are the coordinates of the original image, and the network output is too small and needs to be enlarged.