Skip to content
New issue

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

How can I enable point color in fusion branch? #199

Open
nnop opened this issue May 28, 2024 · 0 comments
Open

How can I enable point color in fusion branch? #199

nnop opened this issue May 28, 2024 · 0 comments

Comments

@nnop
Copy link

nnop commented May 28, 2024

Thanks for the great tool! I have a colored pcd file to annotate. The file is generated with:

  import open3d as o3d
  pc = o3d.geometry.PointCloud()
  pc.points = o3d.utility.Vector3dVector(pts)
  pc.colors = o3d.utility.Vector3dVector(colors)  # data range [0, 1]
  o3d.io.write_point_cloud(save_p, pc)

It's shown ok in the dev-auto-annotate branch.
image

But the fusion branch shows without color:

image

Could you have a check? The pcd is in the attachment.
001.zip

@nnop nnop changed the title What is the format of desc.json? How can I enable point color in fusion branch? May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant