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 so much for releasing your code. I'm currently confused about the coordinate system of coslam in dataloader and ray direction. Assuming a ground truth trajectory and the corresponding mesh. The trajectory poses are flipped (only y and z) by the data loader, but the ground truth mesh stays in the original coordinate system. Will It cause any problems in the following evaluation phase? Besides, If I export a ground truth trajectory and mesh from other modeling software like Blende .., is it necessary to convert to openGL in both dataloader and ray direction?
Hi @DelinQu, the coordinate system will not affect the reconstruction or pose evaluation. We use the OpenGL coordinate system in the code. Since ScanNet uses the OpenCV coordinate system, we need to manually convert the poses to OpenGL (y-axis flip + z-axis flip). If you want to evaluate the ground-truth mesh in this case, you can simply apply a transformation of GT mesh/reconstruction. Or you can convert the coordinate system to OpenCV in the code.
Hi HengyiWang,
Thanks so much for releasing your code. I'm currently confused about the coordinate system of coslam in dataloader and ray direction. Assuming a ground truth trajectory and the corresponding mesh. The trajectory poses are flipped (only y and z) by the data loader, but the ground truth mesh stays in the original coordinate system. Will It cause any problems in the following evaluation phase? Besides, If I export a ground truth trajectory and mesh from other modeling software like Blende .., is it necessary to convert to openGL in both dataloader and ray direction?
The text was updated successfully, but these errors were encountered: