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
When I try to plot a custom point cloud data with an additional attribute (classes attribute) with np.uint8 dtype, all my labels wrongly turn to zero. When using with the dtype np.int64, the plot works fine.
Where all points are wrongly in the classe zero (red)
Expected behavior
Its expected the plot with np.uint8 to be the same of the plot with np.int64. The result of the np.int64 is given bellow:
Open3D, Python and System information
- Operating system: Windows 11 (WSL Ubuntu 24.01)
- Python version: Python 3.12.3
- Open3D version: 0.19.0
- System type: x86_64
- Is this remote workstation?: no
- How did you install Open3D?: pip (with venv)
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
main
branch).Describe the issue
When I try to plot a custom point cloud data with an additional attribute (
classes
attribute) withnp.uint8
dtype, all my labels wrongly turn to zero. When using with the dtypenp.int64
, the plot works fine.Steps to reproduce the bug
Error message
Using
np.uint8
, the plot is:Where all points are wrongly in the classe zero (
red
)Expected behavior
Its expected the plot with
np.uint8
to be the same of the plot withnp.int64
. The result of thenp.int64
is given bellow:Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: