Skip to content

Distance Not Normalized #14

@guohaoxiang

Description

@guohaoxiang

a = torch.zeros(21).view(1,-1,3)
b = a + 1
dist = chamferDist(a, b)

The expected distance between a and b should be sqrt(3), however, chamferDist(a,b) returns 21. Is it because the distance not divided by the number of points?

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