Skip to content

Commit 3939430

Browse files
authored
[BREAK] Fix torch furthest_point_sampling argument typo (#7025)
1 parent 7a1c330 commit 3939430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/open3d/ml/pytorch/pointnet/SamplingOps.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ torch::Tensor furthest_point_sampling(torch::Tensor points,
6363
}
6464

6565
static auto registry_fp = torch::RegisterOperators(
66-
"open3d::furthest_point_sampling(Tensor points, int sample_siz)"
66+
"open3d::furthest_point_sampling(Tensor points, int sample_size)"
6767
" -> Tensor out",
6868
&furthest_point_sampling);
6969
#endif

0 commit comments

Comments
 (0)