mpatacchiola / deepgaze

Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detection and Tracking, Saliency Map.
MIT License
1.8k stars 478 forks source link

how can i train for the cnn_head_pose_estimation #37

Closed sunskys closed 6 years ago

sunskys commented 6 years ago

Hello, I was recently studying head attitude estimation, I am very interested in your project, I have a question, how do I train my own model for cnn_head_pose_estimation.thank you.

mpatacchiola commented 6 years ago

Hi @sunskys

There is a closed issues where I explained how to do it:

https://github.com/mpatacchiola/deepgaze/issues/31

Best, Massimiliano

sunskys commented 6 years ago

thank you,i will try it.