Skip to content

This project implements the serving code of VGGFACE2 facial recognition

Notifications You must be signed in to change notification settings

alchemy-studio/VGGFACE2-serving-tf2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VGGFACE2-serving-tf2.0

This project implements the serving code of VGGFACE2 facial recognition

download model

vggface2 model is too large to upload to github, so its model file is save at google drive. download the model here and place the file under directory models.

prepare facial database

add pictures of new identity by creating directory with the name of the identity under directory facedb. make sure every added picture contains only one person or the picture will be discarded when the KNN is trained.

run demo

test the facial recognizer by executing

python3 OfflineRecognizer.py <path/to/video>

About

This project implements the serving code of VGGFACE2 facial recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages