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

KITTI data #7

Open
LAnastasiia opened this issue Apr 19, 2021 · 1 comment
Open

KITTI data #7

LAnastasiia opened this issue Apr 19, 2021 · 1 comment

Comments

@LAnastasiia
Copy link

Question - What actually are the first three values in each entry in poses.txt? According to the official repo (https://github.com/bostondiditeam/kitti/blob/master/Papers_Summary/Geiger2013IJRR/readme.md), KITTI odometry has 7 values (the first three being box size along respective dimensions), but in poses.txt there're just six... And why are they involved in the camera rotation matrix?

I would really appreciate it If you could explain what is going on here:

RB = ROT.from_euler('xyz',poseB[0:3]).as_dcm()
TA = poseA[3:].reshape(3, 1)
RA = ROT.from_euler('xyz',poseA[0:3]).as_dcm()
T = RA.T.dot(TB-TA)/50.
.

Thank you

@LAnastasiia
Copy link
Author

I suspect those denote a pre-calculated camera direction in Euler angles, is that right?

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