- This database is part of the Labeled Faces in the Wild (LFW) database, with 20 people and 10 images per person.
- To obtain this database, you can download the aligned version of the LFW database.
- Use the images listed in the file image_list.txt
- Note: A commercial system was used to align the images in the LFW database so that the positions of the eyes and the mouth are the same for all face images. To crop and resize the faces for face recognition, please use coordinates (105, 114) and (148, 114) for the right eye and left eye, respectively.
- The evaluation of a face recognition method on this database is repeated for 9 iterations, where at iteration i, the first i images are used for training and the last (10-i) images are used for testing.
FR System |
Number of Training Images |
||||||||
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
|
OpenCV (PCA) |
21% |
19% |
27% |
28% |
30% |
34% |
35% |
38% |
35% |
OpenCV (LDA) |
17% |
29% |
36% |
48% |
58% |
65% |
75% |
68% |
55% |
OpenCV (LBP) |
23% |
36% |
41% |
44% |
51% |
53% |
50% |
53% |
50% |