- Description:
Labeled Faces in the Wild: A Database for Studying Face Recognition in Unconstrained Environments
Homepage: http://vis-www.cs.umass.edu/lfw
Source code:
tfds.image_classification.LFW
Versions:
0.1.0
(default): No release notes.
Download size:
172.20 MiB
Dataset size:
Unknown size
Auto-cached (documentation): Unknown
Splits:
Split | Examples |
---|---|
'train' |
13,233 |
- Features:
FeaturesDict({
'image': Image(shape=(250, 250, 3), dtype=tf.uint8),
'label': Text(shape=(), dtype=tf.string),
})
Supervised keys (See
as_supervised
doc):('label', 'image')
Citation:
@TechReport{LFWTech,
author = {Gary B. Huang and Manu Ramesh and Tamara Berg and Erik Learned-Miller},
title = {Labeled Faces in the Wild: A Database for Studying Face Recognition in Unconstrained Environments},
institution = {University of Massachusetts, Amherst},
year = 2007,
number = {07-49},
month = {October}
}
- Figure (tfds.show_examples):
- Examples (tfds.as_dataframe):