You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried switching from the legacy PointCloud to the new tensor based in open3d.t.geometry but encountered unexpected behavior of the voxel_down_sample() method. Instead of averaging the point coordinates in every voxel the method seems to just move them at the voxel's center. This obviously leads to information loss and renders the result unusable for further processing like plane detection etc. On the other hand the voxel_down_sample() method of the legacy PointCloud works fine and as expected.
voxel_down_sample() should average all coordinates in each voxel to get an accurate representation of the original point cloud.
Open3D, Python and System information
- Operating system: Ubuntu 22.04
- Python version: Python 3.9
- Open3D version: 0.17.0
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: pip
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
master
branch).Describe the issue
I have tried switching from the legacy PointCloud to the new tensor based in open3d.t.geometry but encountered unexpected behavior of the voxel_down_sample() method. Instead of averaging the point coordinates in every voxel the method seems to just move them at the voxel's center. This obviously leads to information loss and renders the result unusable for further processing like plane detection etc. On the other hand the voxel_down_sample() method of the legacy PointCloud works fine and as expected.
Steps to reproduce the bug
Error message
None
Expected behavior
voxel_down_sample() should average all coordinates in each voxel to get an accurate representation of the original point cloud.
Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: