Skip to content

Commit 0c78247

Browse files
committed
Resolve conflicts.
2 parents bff9162 + b242e29 commit 0c78247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch_points_kernels/torchpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,4 @@ def chamfer_dist(xyz1, xyz2, ignore_zeros=False):
281281

282282
dist1, dist2 = ChamferFunction.apply(xyz1, xyz2)
283283
return torch.mean(dist1) + torch.mean(dist2)
284+

0 commit comments

Comments
 (0)