NVIDIAGameWorks/kaolin

Squared euclidean distance in sided_distance()

Open

#404 aperta il 18 giu 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Python (517 fork)batch import
documentationgood first issuequestion

Metriche repository

Star
 (3849 star)
Metriche merge PR
 (Merge medio 14h 27m) (6 PR mergiate in 30 g)

Descrizione

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

Guida contributor