CharlesPikachu / CharlesFace

Face Classify and Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face detection and recognition.

The implement of face detection is based on YOLO(https://pjreddie.com/darknet/).
The implement of face recognition/classification is based on Facenet(https://arxiv.org/abs/1503.03832).

Warning

This is a bad project now(I'm too busy to update that project, but the project must be existing for some reasons).
Maybe there would be some bugs in FaceDetect. 
If you get any bugs, you could open a issue to get my help.

Test Platform

  • Python: 3.5
  • Pytorch: 0.3.1
  • OS: Ubuntu16.04
  • GPU: TitanX * 2

To Do

  • Face Detection.
  • Face Recognition/Classification.
  • Provide Useful Tools.

Record

2018-06-12

Face recognition project completed.

2018-09-09

Upload a disorganized version written long long ago, anytime when I'm free, I would optimize this project.

Some Famous Face Datasets

More

WeChat Official Accounts

Charles_pikachu
img

About

Face Classify and Detection

License:MIT License


Languages

Language:Python 100.0%