natanielruiz / deep-head-pose

:fire::fire: Deep Learning Head Pose Estimation using PyTorch.
Other
1.58k stars 367 forks source link

Direction of the head? #94

Open mohammad-saber opened 4 years ago

mohammad-saber commented 4 years ago

Thank you for sharing your great work.

When I look at the sample images, I see 3 lines (blue, green, red).

Could you please let me know which one shows the head direction?

And, is there any way to get [X,Y,Z] of that line (or vector)? I mean the line or vector which shows the direction of head? or to get Yaw, Pitch, Roll of the head?

Thank you.

kumarneelabh13 commented 3 years ago

@natanielruiz Please look into this. I can't find the definitions anywhere.

eugeneYz commented 2 years ago

have you figured out this issue?It is really significant to me.

mohammad-saber commented 2 years ago

No, I don't work on this topic anymore.

ZhuChyu-Sebastian commented 1 year ago

i think it's in utils.py. u can read the code carefully. when you generate a video, a txt file wlii be generated at the same time in the same file,and yaw, row, pitch are stored in the txt hope this will help you.