WEEK 10 - Emotion Tracker

https://yunyunzhuzhu.github.io/eggs/

Emotion Tracker could track your mood easily. It provides a flexible system making it easy to keep track of any mood-related information such as happy, nervous, surprised..etc. Intuitively, human beings connect different moods with different kinds of seasons or weather conditions. Thus, Claire and I are going to create themes that represent connect facial expressions with small games. 

We use clmtrackr which is a javascript library for fitting facial models to faces in videos or images. It currently is an implementation of constrained local models fitted by regularized landmark mean-shift, as described in Jason M. Saragih's paperclmtrackr tracks a face and outputs the coordinate positions of the face model as an array, following the numbering of the model below: (https://github.com/auduno/clmtrackr). By combining with my previous egg games, I used facial detection to control the left/right movement.