CrowdCounting-P2PNet
CrowdCounting-P2PNet copied to clipboard
regression = self.regression(features_fpn[1]) * 100
why plus 100 here? thanks
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.