How to change from COLMAP coordinate system to Open3d Coordinate system #6649
Unanswered
Dharmendra04
asked this question in
Q&A
Replies: 1 comment
-
In my experience, the coordinate systems are the same. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have obtained a sparse point cloud from COLMAP and Used NKSR: https://github.com/nv-tlabs/NKSR to create a mesh reconstruction. I also obtained the surface normals for each mesh vertices using open3d: o3d_mesh.compute_vertex_normals() code.
I want to know whether the output normals will be in the open 3D world coordinate system or in the COLMAP coordinate system. If it is in the open3d world coordinate system(I guess so), how I can change the normals back to the COLMAP coordinate system?
Beta Was this translation helpful? Give feedback.
All reactions