eric-yyjau/pytorch-superpoint

Which loss did you? dense or sparse?

YanShuo1992 opened this issue · 1 comments

Hi, there

I find it is confusing that there are dense loss and sparse loss. The config you provided used dense loss function, while the original paper used sparse loss.

Which one did you use for the provided weight?

By the way, what does heat2.0 mean in model name?

Cheers

Hi @YanShuo1992,

Thank you for your question.
I implemented dense loss then sparse loss. They have similar performance in my experiments.
The COCO model used sparse loss (

).

For heat, I named when I was experimenting adding gaussian kernel to the labels, i.e. heatmap.
(

)

Hope this helps.
Best,