You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that variables d1 and d2 are the sum of squares of each descriptor
But I don't know why the distance matrix in NNMatcher.run is calculated like this
I understand that variables
d1
andd2
are the sum of squares of each descriptorBut I don't know why the distance matrix in
NNMatcher.run
is calculated like thisEspecially the part
- 2*torch.matmul(desc1, desc2.transpose(0,1))
is confusing meAnybody knows how it works?
The text was updated successfully, but these errors were encountered: