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

An formula error (rotation matrics) in paper Few-Shot Adaptive Gaze Estimation #27

Open
XieZixiUSTC opened this issue Feb 11, 2022 · 1 comment

Comments

@XieZixiUSTC
Copy link

3.2.1 Architecture Overview
the frontal orientation of eyes and heads in our setting
can be represented as (0, 0) in Euler angles notation for azimuth and elevation, respectively assuming no roll, and using the x−y convention. Then, the rotation of the eyes and the head from the frontal orientation can be described us- ing (θg, φg) and
in Euler angles and converted to
rotation matrices defined as,

in this description (The frontal orientation of eyes and heads in our setting
can be represented as (0, 0) in Euler angles notation for azimuth and elevation, respectively assuming no roll) i understood that θ, φ is yaw,pitch respectively, but in rotaion matrices is the opposite. could you explain it,thanks .

@XieZixiUSTC
Copy link
Author

?
cos φ 0 sin φ
?
1 0 0
R(θ, φ) =
?
0 1 0
−sin φ 0 cos φ
?
? ?
0 cos θ −sin θ
? . ?
0 sin θ
cos θ

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