Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.11 KB

File metadata and controls

11 lines (6 loc) · 1.11 KB

Project-Facial-Keypoint-Detection

I used the knowledge gained related to deep learning and computer vision to create Facial Keypoint detection that detects the spetial features of the faces.

In this project, you’ll combine your knowledge of computer vision techniques and deep learning architectures to build a facial keypoint detection system that takes in any image with faces, and predicts the location of 68 distinguishing keypoints on each face!

Facial keypoints include points around the eyes, nose, and mouth on a face and are used in many applications. These applications include: facial tracking, facial pose recognition, facial filters, and emotion recognition. Your completed code should be able to look at any image, detect faces, and predict the locations of facial keypoints on each face.

Facial Keypoints detector

Computer Vision Nanodegree Certificate