Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 551 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 551 Bytes

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