read comment from ply using open3d.io.read_point_cloud #3952
-
Hey,
But I want to remove some of the code I write because line after that is followed with this line:
So I looked more into the read_point_cloud, but I can't find a way to get the comments from the ply using this method. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@MeyerBuaharon No, unfortunately you cannot access the comments. The Open3D IO functions are intended to facilitate loading data for further processing or visualization. They are not full fledged parsers for the various file formats. |
Beta Was this translation helpful? Give feedback.
@MeyerBuaharon No, unfortunately you cannot access the comments. The Open3D IO functions are intended to facilitate loading data for further processing or visualization. They are not full fledged parsers for the various file formats.