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 Did you get Headpose(Yaw, pitch, roll) from AFLW200 & 300W ?? #19

Open
Susiehub opened this issue Sep 21, 2022 · 2 comments
Open

How Did you get Headpose(Yaw, pitch, roll) from AFLW200 & 300W ?? #19

Susiehub opened this issue Sep 21, 2022 · 2 comments

Comments

@Susiehub
Copy link

I have downloaded the data bases. I am trying to process the data and labels.
I don't understand where did you get Euler head pose from these datasets.?

For example, I checked one of the .mat file given for a sample. It has a pose_param with 1x7 array. How to get Euler's from here ?
0.085767917 -0.095569924 0.075868770 220.44441 167.35301 -100.53674 0.0012647437

@chau25102001
Copy link

I have downloaded the data bases. I am trying to process the data and labels. I don't understand where did you get Euler head pose from these datasets.?

For example, I checked one of the .mat file given for a sample. It has a pose_param with 1x7 array. How to get Euler's from here ? 0.085767917 -0.095569924 0.075868770 220.44441 167.35301 -100.53674 0.0012647437

The first 3 values are pitch, yaw, and roll in radian, you can get the degree values by multiply them with 180 and devide by pi

@ainrichman
Copy link
Owner

I have downloaded the data bases. I am trying to process the data and labels. I don't understand where did you get Euler head pose from these datasets.?

For example, I checked one of the .mat file given for a sample. It has a pose_param with 1x7 array. How to get Euler's from here ? 0.085767917 -0.095569924 0.075868770 220.44441 167.35301 -100.53674 0.0012647437

Hello,
As @chau25102001 mentioned, the first 3 values are what you are seeking for.

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

3 participants