guozhongluo / head-pose-estimation-and-face-landmark

head pose estimation
247 stars 99 forks source link

How did you generate training data for head pose (yaw, roll and pitch) ? #11

Open sagartesla opened 6 years ago

sagartesla commented 6 years ago

You have mentioned you have used W300 data-set for training . But, that data-set contains only 68 landmarks points for each face. They have not provided head pose data. How did you solve this issue?

guozhongluo commented 6 years ago

Using the openface library to calculate yaw pitch,roll

FightForCS commented 6 years ago

@guozhongluo so, what is the purpose of this repo? To design a smaller network??

YinRui1991 commented 5 years ago

Using the openface library to calculate yaw pitch,roll

Hi,could you share specific codes about how to calculate yaw,pitch and roll?