krrish94 / chamferdist

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

Typo in Readme #5

Closed ziawaqqas closed 3 years ago

ziawaqqas commented 4 years ago

I think instead of this

from chamferdist import ChamferDist

it should be

from chamferdist import ChamferDistance

krrish94 commented 3 years ago

Thanks. for the fix!