haruiz / RiggingJs

Tensorflow.js and Three.js skeletal animation tool
Apache License 2.0
265 stars 31 forks source link

Feature Request: Add gaze tracking #14

Open delebash opened 3 years ago

delebash commented 3 years ago

Some has already done gaze tracking using the tfjs models https://webgazer.cs.brown.edu/

Another is a new mediapipe model iris tracking https://ai.googleblog.com/2020/08/mediapipe-iris-real-time-iris-tracking.html https://google.github.io/mediapipe/solutions/iris.html

MediaPipe has a feature to convert mediapipe models to tfjs

For iris tracking already is a tfjs model. See https://tfhub.dev/ hub and search for iris. This will show you the types of models available.

Thanks

haruiz commented 3 years ago

thanks @delebash for the feature requests, I gonna start moving them to the roadmap.

delebash commented 3 years ago

Thanks!