Skip to content

This is a CNN based facial keypoint detector using Keras open source library on tensorflow backend, which could identify 15 locations on the human face. The output will be (x,y) coordinates of the keypoints detected in the given input image.

Notifications You must be signed in to change notification settings

chetanmreddy/facial-keypoint-detection

Repository files navigation

facial-keypoint-detection

This is a CNN based facial keypoint detector using Keras open source library on tensorflow backend, which could identify 15 locations on the human face. The output will be (x,y) coordinates of the keypoints detected in the given input image.

If you run the model file, this will save the trained model as my_model.h5. You can make use of the data from kaggle here:https://www.kaggle.com/c/facial-keypoints-detection/data

About

This is a CNN based facial keypoint detector using Keras open source library on tensorflow backend, which could identify 15 locations on the human face. The output will be (x,y) coordinates of the keypoints detected in the given input image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages