princeton-vl / CornerNet

BSD 3-Clause "New" or "Revised" License
2.36k stars 475 forks source link

Ground Truth Heatmap #167

Open efedoganay opened 4 years ago

efedoganay commented 4 years ago

Hi, I was checking out the code but I couldn’t understand how is loss calculated on heatmap.

Input size is [511,511] whereas the heatmap size is [128,128]. So, when calculating the detection loss, how can the gt corner locations be placed on smaller scale heatmap?

Thank you.