krrish94 / chamferdist

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

Error: DLL load failed while importing _C: The specified procedure could not be found #18

Open krambis opened 1 year ago

krambis commented 1 year ago

I get this error after installing and running chamferdist The error is a result from this import

from chamferdist import _C ImportError:

I actually installed this as a dependency for gradslam