SUSTechPOINTS
SUSTechPOINTS copied to clipboard
How can I enable point color in fusion branch?
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.
But the fusion branch shows without color:
Could you have a check? The pcd is in the attachment. 001.zip