We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When converting to an open3d instance, the color of the point cloud is lost
To Reproduce Steps to reproduce the behavior:
import open3d from pyntcloud import PyntCloud pointcloud = open3d.io.read_point_cloud("MyColorPointCloud.ply") open3d.visualization.draw_geometries([pointcloud]) # See screenshot below pyntcloud = PyntCloud.from_instance("open3d", pointcloud) pointcloud_reconverted = pyntcloud.to_instance("open3d") open3d.visualization.draw_geometries([pointcloud_reconverted]) # see screenshot below
Expected behavior The color should be preserved through to_instance call.
to_instance
Screenshots First visualization:
Second visualization:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When converting to an open3d instance, the color of the point cloud is lost
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The color should be preserved through
to_instance
call.Screenshots
First visualization:
Second visualization:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: