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