We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720bdf6 commit a5cbb62Copy full SHA for a5cbb62
pytorch3d/loss/chamfer.py
@@ -91,7 +91,7 @@ def chamfer_distance(
91
x_lengths: Optional LongTensor of shape (N,) giving the number of points in each
92
cloud in x.
93
y_lengths: Optional LongTensor of shape (N,) giving the number of points in each
94
- cloud in x.
+ cloud in y.
95
x_normals: Optional FloatTensor of shape (N, P1, D).
96
y_normals: Optional FloatTensor of shape (N, P2, D).
97
weights: Optional FloatTensor of shape (N,) giving weights for
0 commit comments