8000 GitHub - eveningglow/FaceRecognition: Caffe implementation of face recognition using VGG Deep Face
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eveningglow/FaceRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceRecognition

Alt text

Descriptions

  1. Face recognition using VGG Deep Face Model. You can find details like performance from the paper, Deep Face Recognition.

  2. You need to download model file(.prototxt) and weight file(.caffemodel) from here
    Go to the link and you can find Downloads section. Download vgg_face_caffe.tar.gz which contains prototxt file, caffemodel file and MATLAB example file.

Requsites

1. Caffe (Deep Learning Library)

2. openCV (Computer Vision Library)

Directories

1. advanced
Find the top-5 similar person in the DB with given face image

2. basic
Porting of MATLAB example

3. db_example
DB image example

4. img_example
Test image example

5. result
Result of 1. advanced

How to run

  1. Build and make a exe file. Suppose that FaceRecognition.exe.
  2. Open the cmd and put command like
    FaceRecognition.exe "MODEL_FILE_PATH" "WEIGHT_FILE_PATH" "TEST_IMAGE_FILE_PATH" "DB_DIRECTORY_PATH"

About

Caffe implementation of face recognition using VGG Deep Face

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0