hqqasw / FaceTool

A tool for face detection, alignment and verification
4 stars 5 forks source link

Introduction

A tool for face detection, alignment and verification

How to Run

To run this tool, you need to:

Then you can run "demo.py" to see the result. If everything is right, you will see two faces are detected and their names (Rose and Jack) are labled.

Reference

The face detection and alignment algorithm named MTCNN is from this paper:

And we also get some code from https://github.com/DuinoDu/mtcnn, which is a python version of MTCNN.

The verification algorithm is from MMLab of CUHK.