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
Thanks for the great tool! I have a colored pcd file to annotate. The file is generated with:
importopen3daso3dpc=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.
But the fusion branch shows without color:
Could you have a check? The pcd is in the attachment. 001.zip
The text was updated successfully, but these errors were encountered:
nnop
changed the title
What is the format of desc.json?
How can I enable point color in fusion branch?
May 28, 2024
Thanks for the great tool! I have a colored pcd file to annotate. The file is generated with:
It's shown ok in the dev-auto-annotate branch.
But the fusion branch shows without color:
Could you have a check? The pcd is in the attachment.
001.zip
The text was updated successfully, but these errors were encountered: