1 DistanceBreakdown

rri_metrics.DistanceBreakdown(accuracy, completeness, bidirectional)

Directional distance components used to form Chamfer-style metrics.

1.1 Attributes

Name Description
accuracy Point→mesh (prediction to GT) distances.
completeness Mesh→point (GT to prediction) distances.
bidirectional Sum of accuracy and completeness (Chamfer when using L2 distances with mean reduction).