Face recognition application using deep learning model

Описание к видео Face recognition application using deep learning model

Basic face application using pre-trained deep learning model.
To better understand the face recognition using deep learning, you can read my Medium article at:   / face-recognizer-application-using-a-deep-l...  

Below the is the implementation of a very basic face recognizer which can identify the face of the person showing on a webcam. The implementation is inspired by two path-breaking paper on facial recognition using a deep convoluted neural network, namely FaceNet and Deep face.

I have used pre-trained model Keras-OpenFace which is an open source Keras implementation of the Openface (Originally Torch implemented)

The pre-trained model that I have used is by Victor Sy Wang's implementation and was loaded using his code: https://github.com/iwantooxxoox/Keras....

The source code of the application is at: https://github.com/sumantrajoshi/Face...

Комментарии

Информация по комментариям в разработке