/Face-Verifiction-on-Camera

A Simple Face Verification System

Primary LanguageC++

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 .