Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

wang2yn84/AICamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

For Docker users

First, build the docker container.

docker build -t face .

Then, run the docker.

docker run -it -p 5000:5000 face python app.py

For other users

First, install the python dependencies.

pip install -r requirements.txt

Then, run the webserver.

python app.py

Implement

Please implement the empty parts in detect/MtcnnDetector.py and recognize/facenet.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • HTML 3.2%
  • Other 1.0%