-
Face recognition using VGG Deep Face Model. You can find details like performance from the paper, Deep Face Recognition.
-
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.
1. Caffe (Deep Learning Library)
2. openCV (Computer Vision Library)
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
- Build and make a exe file. Suppose that FaceRecognition.exe.
- Open the cmd and put command like
FaceRecognition.exe "MODEL_FILE_PATH" "WEIGHT_FILE_PATH" "TEST_IMAGE_FILE_PATH" "DB_DIRECTORY_PATH"