Replies: 2 comments 2 replies
-
|
Is there any color data present in the actual .PLY file? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Those zero alpha values are suspicious to me, even if they're unused by the open3d pointcloud object. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I cannot color a pointcloud loaded with read_point_cloud() function. The problem is shown by code below with open3d version 0.19 and python 3.12
I am loading a pointcloud , color it in red and display it, but the color is black but the array is of red colors

If I try this workaroud it works
The workaround consist of creating a new point cloud and copying to it the points from the pointcloud loaded from file. I feel I should not do this to color a popintcloud loaded from file.
Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions