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.79k stars 478 forks source link

Gaze Tracking #21

Closed Schizo closed 7 years ago

Schizo commented 7 years ago

Even though this frameworks is called "deepgaze" I am still not sure, if you can do Gaze Tracking and Gaze Mapping. Would appreciate a clarification.

mpatacchiola commented 7 years ago

Hi

At the moment the library do not include Gaze tracking. We are working on it... Stay tuned, Massimiliano

Schizo commented 7 years ago

Is there any way I can contribute? Is there a library with labeled data for training?

mpatacchiola commented 7 years ago

It would be great to have your contribution. Yes there are datasets with labeled images, however the gaze estimation is an hard problem because requires a good head pose estimation and a consistent pre-processing of the images. We have also other open projects at the moment: fast face detections through CNNs, emotion recognition, saliency estimation... etc Let me know if you are interested in one of those. All the best, Massimiliano.