NVIDIAGameWorks/kaolin

Squared euclidean distance in sided_distance()

Open

#404 创建于 2021年6月18日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)Python (517 fork)batch import
documentationgood first issuequestion

仓库指标

Star
 (3,849 star)
PR 合并指标
 (平均合并 14小时 27分钟) (30 天内合并 6 个 PR)

描述

Hi,

In kaolin/kaolin/metrics/pointcloud.py it says that the sided_distance() method computes

For every point in p1 find the indices and euclidean distances of the closest point in p2.

However, it seems like the underlying _C.metrics.sided_distance_forward_cuda returns the squared euclidean distance. Can you please clarify this?

Thank you

贡献者指南