Skip to content

GehenHe/Face-Verifiction-on-Camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Verifiction Camera Demo

This folder include a simple demo for face verifition on live camera

Description

Use python camera.py to run this demo. The ID pictures is saved in ./data folder. And in ./model folder , you should put your pretrain model in ./model/caffe , the pretrained model is aviliable now.

Once the demo is running , press 'v' for 'Verifition' , press 'q' for 'quit' , and then it will show whether the face in camera share the same ID in gallary.

Requirement

In this project , Dlib and Caffe are required .