Skip to content

Commit 17d1400

Browse files
committed
modify readme
1 parent 6da4b94 commit 17d1400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ from probreg import cpd
7777
# load source and target point cloud
7878
source = o3.io.read_point_cloud('bunny.pcd')
7979
target = copy.deepcopy(source)
80+
source.remove_non_finite_points()
81+
target.remove_non_finite_points()
8082
# transform target point cloud
8183
th = np.deg2rad(30.0)
8284
target.transform(np.array([[np.cos(th), -np.sin(th), 0.0, 0.0],

0 commit comments

Comments
 (0)