Computing chamfer loss with mahalanobis distance #1684
Unanswered
HarshitGupta29
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a gaussian point cloud and a point cloud. I want to compute chamfer loss between them, but using normal chamfer loss is not accurate. I want to replace euclidean distance with mahalanobis distance. Both point clouds are pretty large so I am hesistant to write my own function.
I can find whitening matrices for gaussian point cloud and then multiply it with the difference ||W(x-p)||. Any tricks I could use to compute this ?
Any ideas or help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions