trainer1234 / Facenet-Real-time-face-recognition-using-deep-learning-Tensorflow

Facenet-Real-time-face-recognition-using-deep-learning-Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facenet: Real-time face recognition using deep learning Tensorflow

This is completly based on deep learning nueral network and implented using Tensorflow framework. Here you will get how to implement fastly and you can find code at github and uses is demonstrated at YouTube.

Installation Python Libraries:

  • Tensorflow (1.4.0)
  • Scipy (0.17.0)
  • Scikit-learn (0.19.1)
  • Opencv (2.4.9.1)

For ipmlementation and run this code follow this BLOG link. Implemention in video is shown HERE.

Usage:

Well this facenet is defined and implementation of facenet paper published in Arxiv (FaceNet: A Unified Embedding for Face Recognition and Clustering). And also contain the idea of two paper named as "A Discriminative Feature Learning Approach for Deep Face Recognition" and "Deep Face Recognition". For deep understanding about its concept you can follow upper paper. One also main part is that for genearating your own model you can follow this link Face Recognition using Tensorflow. David Sandberg have nicely implemnted you can also find it on Github for complete code and uses.

About

Facenet-Real-time-face-recognition-using-deep-learning-Tensorflow


Languages

Language:Python 100.0%