KaygoYM / Facial-keypoints-detection

Detect human face's keypoints such as eyes,noise,mouth and so on automatically by using CNN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facial-keypoints-detection

Introduction

Detect human face's keypoints such as eyes,noise,mouth and so on by using CNN.
The training data 'training.csv' and The test data 'test.csv' can be downloaded on Kaggle https://www.kaggle.com/c/facial-keypoints-detection/data (Since they are too large to be uploaded).
The saved model is in 'facial data' but the main part is so large,too. So please use the training data to train the model by yourself.

HOW TO USE

Just run the train pyfile and the test pyfile is OK.

AND,all the PATH in the train pyfile and the test pyfile should be rewritten (if necessary) when you run them.

Result

The final result is shown just like Figure_1

Tips:

another test by using real photo.py is the test file using your real daily selfies or photos for detection.

About

Detect human face's keypoints such as eyes,noise,mouth and so on automatically by using CNN.


Languages

Language:Python 100.0%