face recognition challenge: how to run the benchmark
where to get the benchmark code of this challenge: http://docs.opencv.org/master/modules/datasets/doc/datasets/fr_lfw.html ?
where to get the benchmark code of this challenge: http://docs.opencv.org/master/modules/datasets/doc/datasets/fr_lfw.html ?
it is here .
you will need to download the opencv_contrib repo, add it to your main opencv cmake, and rebuild ( to get the datasets module)
then compile the fr_lfw_benchmark.cpp program.
come back, if you run into problems.
There is a guide for this task: Run test with LFW database. See more at the sample code at the dataset module.
Asked: 2014-11-20 07:15:33 -0600
Seen: 622 times
Last updated: Nov 24 '14
Eigenfaces face recognizer gives error: unresolved external symbols
Face recognition with opencv 2.4.x accuracy
face recognition for android 4.0 with opencv 2.4.3.1
Cannot train fisher/eigen face recognizers
Face Detection & Face Recognition using Opencv with C++
Bencmarking on Different OpenCV Builds
Files needed by performance executables
getting openCv error- Image step is wrong in EigenFaces.Predict() method