Detects facial keypoints using images from camera.
There are 2 parts.
- Face Detection - Used Viola-jones with Template Matching
- Keypoint Detection - Training Conv. Neural Net to 96x96 gray-scale images.
Install the packages listed in environment.yml.