Skip to content

Commit 31a8e14

Browse files
committed
modify readme
1 parent 6da4b94 commit 31a8e14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ from probreg import cpd
7676

7777
# load source and target point cloud
7878
source = o3.io.read_point_cloud('bunny.pcd')
79+
source.remove_non_finite_points()
7980
target = copy.deepcopy(source)
8081
# transform target point cloud
8182
th = np.deg2rad(30.0)

0 commit comments

Comments
 (0)