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

Transformation of relative pose to absolute pose #30

Open
lucleon opened this issue Apr 23, 2020 · 6 comments
Open

Transformation of relative pose to absolute pose #30

lucleon opened this issue Apr 23, 2020 · 6 comments

Comments

@lucleon
Copy link

lucleon commented Apr 23, 2020

In line 94 in test.py, the Rotation Matrix is computed using only one Euler angle:

ang = eulerAnglesToRotationMatrix([0, answer[-1][0], 0])

I'm wondering, why are theta_x and theta_z set to zero?

@fangxu622
Copy link

@ChiWeiHsiao @lucleon Hi , I have same questions.

@yangxiaoliyang
Copy link

I have the same problem, and when I evaluate the error of relative pose, the error is very large, but the trajectory fits well. Have you solved it? @fangxu622 @lucleon @ChiWeiHsiao

@mrdavoodi
Copy link

KITTI is recorded from the trajectory of a car. This movement does not have pitch and roll. The only angle change is yaw.

@ztysdu
Copy link

ztysdu commented Nov 22, 2022

I have the same problem, and when I evaluate the error of relative pose, the error is very large, but the trajectory fits well. Have you solved it? @fangxu622 @lucleon @ChiWeiHsiao

In my opinion,This is due to in test.py,they measure the loss in absolute pose,which is different from training

@yangxiaoliyang
Copy link

yangxiaoliyang commented Nov 22, 2022 via email

@yangxiaoliyang
Copy link

yangxiaoliyang commented Nov 22, 2022 via email

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

5 participants