/FaceRecognition

基于MTCNN和Tensorflow实现的离线人脸识别与匹配

Primary LanguagePython

FaceRecognition

A simple face recognition program based on MTCNN and Tensorflow
中文README.md

Usage:

  1. Build the development environment
  2. Download the pretrained models here: Link: https://pan.baidu.com/s/1skGsxbf Password: 6666
    Then extract those files into models
python main.py

Demos:

Demo1 Demo2

Development environment:

  1. Windows 10 64bit
  2. Python (3.5.4) 64bit
  3. numpy (1.13.3)
  4. opencv-python (3.3.1)
  5. six (1.11.0)
  6. tensorflow-gpu (1.1.0rc0)
  7. CUDA (8.0) 64bit
  8. cuDNN (5.1) 64bit

Info on the models I used:

More info on the models: https://arxiv.org/abs/1602.07261
More info on MTCNN: https://kpzhang93.github.io/MTCNN_face_detection_alignment/