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
Is it possible to add the camera poses to the colmap reconstruction in order to export both the scene and the camera poses at once using rec.export_PLY("name.ply") ? Trying to convert them to Open3d PointClouds and combining them to the original pcd result just leads to white pointclouds where the color isn't exported. Only exporting the scene works well but the cameras are the interesting result.
Thanks for your help
The text was updated successfully, but these errors were encountered:
Is it possible to add the camera poses to the colmap reconstruction in order to export both the scene and the camera poses at once using
rec.export_PLY("name.ply")
? Trying to convert them to Open3d PointClouds and combining them to the original pcd result just leads to white pointclouds where the color isn't exported. Only exporting the scene works well but the cameras are the interesting result.Thanks for your help
The text was updated successfully, but these errors were encountered: