Skip to content

Usage example is incorrect? #10

Description

@ofekp

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:

dist1, dist2, idx1, idx2 = chamfer_dist()(p1,p2)

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions