Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 598 Bytes

File metadata and controls

14 lines (9 loc) · 598 Bytes

Udacity - Artificial Intelligence Nanodegree - nd889

Project 4: Facial Keypoint Detection Pipeline

For this project we created a Facial Keypoint Detection Pipeline using a combination of OpenCV to detect facial bounding boxes and a CNN trained on Facial Keypoints using the this data set from Kaggle.

The final pipeline was able to take image files or image frames from OpenCV webcam input and draw the facial keypoints as well as overlay funny images.

Instructions:

$ jupyter CV_project.ipynb

Onion