ThibaultGROUEIX / ChamferDistancePytorch

Chamfer Distance in Pytorch with f-score
MIT License
336 stars 45 forks source link

larger 3D point clouds #26

Closed thachdo closed 2 years ago

thachdo commented 2 years ago

Hello, I'm curious about 5D PCL, 6D PCL, ... what is it represented for? Do we have other axes than x, y, z?

ThibaultGROUEIX commented 2 years ago

For instance points + their normals.

thachdo commented 2 years ago

But they are in different units. Do we need to scale it, and how can we do that?

ThibaultGROUEIX commented 2 years ago

It's a hyperparameter up to the user. It would be application dependent.