yjh0410 / CenterNet-plus

A Simple Baseline for Object Detection
55 stars 11 forks source link

heatmap? #4

Open kike-0304 opened 3 years ago

kike-0304 commented 3 years ago

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?

yjh0410 commented 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.