- Descripción:
Caras etiquetadas en la naturaleza: una base de datos para estudiar el reconocimiento facial en entornos sin restricciones
Inicio: http://vis-www.cs.umass.edu/lfw
El código fuente:
tfds.image_classification.LFW
versiones:
-
0.1.0
(por defecto): No hay notas de la versión.
-
Tamaño del paquete:
172.20 MiB
Tamaño de conjunto de datos:
Unknown size
Auto-caché ( documentación ): Desconocido
Fraccionamientos:
Separar | Ejemplos de |
---|---|
'train' | 13,233 |
- características:
FeaturesDict({
'image': Image(shape=(250, 250, 3), dtype=tf.uint8),
'label': Text(shape=(), dtype=tf.string),
})
Claves supervisadas (Ver
as_supervised
doc ):('label', 'image')
Figura ( tfds.show_examples ):
- Ejemplos ( tfds.as_dataframe ):
- Cita:
@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}
}