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.
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.
The final result is shown just like
another test by using real photo.py is the test file using your real daily selfies or photos for detection.