Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to transform the GPU & IMU to KITTI Odometry Pose Ground Truth? #34

Open
ztonege opened this issue Nov 24, 2022 · 0 comments
Open

Comments

@ztonege
Copy link

ztonege commented Nov 24, 2022

First of all, thank you for providing this dataset and SDK!
I am trying to evaluate various visual odometry methods using this dataset, however, I will need to transform the GPU & IMU to KITTI Pose Ground truth format (from https://www.cvlibs.net/datasets/kitti/eval_odometry.php). Any clues or tools for doing so? Thank you!

Explanation of the format from https://github.com/MichaelGrupp/evo/wiki/Formats#kitti---kitti-dataset-pose-format

Every row of the file contains the first 3 rows of a 4x4 homogeneous pose matrix (SE(3) matrix) flattened into one line, with each value separated by a space. For example, this pose matrix:

a b c d
e f g h
i j k l
0 0 0 1

will appear in the file as the row:

a b c d e f g h i j k l

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant