krrish94 / chamferdist

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

c++17 for newer version of pytorch #22

Closed 1zb closed 4 months ago

1zb commented 5 months ago

If you are compiling with pytorch 2.0+, you might need to change the line to c++17 https://github.com/krrish94/chamferdist/blob/38dab67945d8493cff55628254da00c4b2b215db/setup.py#L18