Skip to content

Chamfer distance can OOM when there are less than 10k points #28

@thetianshuhuang

Description

@thetianshuhuang

When fixing #24, #26 introduces a new bug. Specifically, _limit returns Float[...] (nominally logits) when callers may be expecting Bool[...]. This leads to OOM, as well as potential calculation errors if the output is interpreted as bool via torch.where and other checks.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions