Pointcloud to VoxelGrid: More choices and better traceability to original data #6001
daniel-bogdoll
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a recent project, we use the open3d.geometry.voxelgrid to create a VoxelGrid from a pointcloud (typical lidar pointcloud from the domain of autonomous driving). The pointcloud has distinct semantic colors/labels, such as in http://www.semantic-kitti.org/.
With the "static create_from_point_cloud(input, voxel_size)" function, unfortunately two issues occur for us:
Beta Was this translation helpful? Give feedback.
All reactions