eric-yyjau/pytorch-superpoint

No norming of descriptor vectors in loss function?

antopost opened this issue · 0 comments

Hi, I was looking at the descritpor_loss function and I could not find where the descriptor vectors are normed before the dot multiplication.

Edit: Didn't realize that the descriptor head outputs already normed descriptor vectors, so the loss function makes sense as it is