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

deep Gaze without gaze estimation? #28

Closed arasharchor closed 7 years ago

arasharchor commented 7 years ago

Hi,

I wondering whether there is a gaze estimation implementation available or it is not, :)

mpatacchiola commented 7 years ago

Hi @smajida

We currently working on the gaze estimation. For the moment only the head pose estimation is available.

Best, Massimiliano