Skip to content

Commit

Permalink
[add] buffergeometry
Browse files Browse the repository at this point in the history
  • Loading branch information
chunibyo-wly committed Aug 30, 2024
1 parent 1c6e6eb commit 611eae2
Show file tree
Hide file tree
Showing 6 changed files with 2,584,014 additions and 4,959,678 deletions.
2 changes: 1 addition & 1 deletion B_downsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def voxel_downsample_with_indices(pcd, voxel_size):
o3d.io.write_point_cloud(
INPUT.replace(".ply", "_downsample.ply"), o3d.geometry.PointCloud(sample_pcd)
)
np.savetxt(INPUT.replace(".ply", "_downsample.txt"), intensity[index])
np.savetxt(INPUT.replace(".ply", "_downsample.txt"), intensity[index], fmt='%.6f')
Binary file modified data/01_column_downsample.ply
Binary file not shown.
Loading

0 comments on commit 611eae2

Please sign in to comment.