/zeno_face_tracker

Primary LanguageJupyter Notebook

zeno_face_tracker

Do you want to track the facial landmarks on Zeno's face? Neither do I. But if somehow you just have to do it, here is some code for your.

Dependencies

  • dlib_and_chehra_stuff This is the tracker we are using, which is built upon dlib's ERT implementation. Please make sure to also download the model files when you clone the repository. Note that the module has been pre-built for Python 2.7 on Ubuntu and Python 3.5 on Windows, respectively. However, if you are using a different version of Python, please follow the building instructions in its ReadMe file.

How to Install

TODO

How to Use

TODO