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.
2 parents bff9162 + b242e29 commit 0c78247Copy full SHA for 0c78247
torch_points_kernels/torchpoints.py
@@ -281,3 +281,4 @@ def chamfer_dist(xyz1, xyz2, ignore_zeros=False):
281
282
dist1, dist2 = ChamferFunction.apply(xyz1, xyz2)
283
return torch.mean(dist1) + torch.mean(dist2)
284
+
0 commit comments