Skip to content

reinwzhang/Face_Verification

Repository files navigation

AICamp CV Final Project - Face Recognition System

Prework

Download the model of facenet, and put all the files into recognize/facenet_model.

cp /path/to/unzip/dir/* recognize/facenet_model

Run

First, install the python dependencies.

pip install -r requirements.txt

Then, run the webserver.

python webface.py

To calculate score only

python test.py

To test facial Detection with MTCNN

cd test
python one_image_test.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages