ThibaultGROUEIX / ChamferDistancePytorch

Chamfer Distance in Pytorch with f-score
MIT License
326 stars 43 forks source link

larger 3D point clouds #26

Closed thachdo closed 1 year 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 1 year ago

For instance points + their normals.

thachdo commented 1 year ago

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

ThibaultGROUEIX commented 1 year ago

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