Faceial Keypoints with Neural Networks

- Project Description: 

Remember project 3? Where we needed the manually put all the key points. In this project, we will be automating this process.We just learned all tool we need for that - Convolutional Neural Networks

Our goal


Nose Detection

Ok so let's try to approach the problem step by step - Are we able to even find one facial key point. How about the nose? Weare going to use the same dataset I used for the project, Here you can see some nose examples from the dataset:

Full Keypoints Detection

Now we are ready to upgrade our model for all keypoints We will use higher resolution images and more augmentations because we do have not many images for the training set


Training with larger dataset

So far we were working with a very small dataset, let's work with a bigger one now.