You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your comment, I was stuck trying the run a different project (SAGA) which is using this library, and kept getting an error regarding the number of input arguments, when I found your suggestion chamfer_dist()(p1,p2), and it fixed the issue.
I found that I need to call the method in a different way, first I needed to initialize the class and only then call it, so this works:
while the example in the readme does not work and produces an error
... = chamfer_dist(p1,p2)
(without the class parenthesis)Is it just me?
Thank you for this package in any case.
The text was updated successfully, but these errors were encountered: