Open kike-0304 opened 3 years ago
I think the heatmap is only used for classfication. As for the location, the model only considers the positive samples that correspond the center of the heatmap, not all the heatmap.
What you said might be the TTFNet(https://arxiv.org/abs/1909.00700). It considers all the locations of the heatmap, not only the center point.
Hi, The heatmap in this paper is used for classification and positioning at the same time. Your network only uses the classification information of heatmap, right?