krrish94 / chamferdist

Pytorch package to compute Chamfer distance between point sets (pointclouds).
Other
290 stars 50 forks source link

Add point reduction parameter #19

Closed charlieppark closed 1 year ago

charlieppark commented 1 year ago

Since this package only supports control of batch reduction method, there is a difference in results compared to that of Pytorch3D. #14

The difference between chamferdist and Pytorch3D is point reduction parameter, so I added point reduction parameter.

Now the results are the same with that of Pytorch3D if we set both reduction as "mean".

krrish94 commented 1 year ago

LGTM; thanks for the PR