- Descrição :
Rostos rotulados na natureza: um banco de dados para estudar o reconhecimento facial em ambientes irrestritos
Documentação Adicional : Explore em Papers With Code
Página inicial : http://vis-www.cs.umass.edu/lfw
Código-fonte :
tfds.datasets.lfw.Builder
Versões :
-
0.1.0
(padrão): sem notas de versão.
-
Tamanho do download :
172.20 MiB
Tamanho do conjunto de dados :
180.28 MiB
Armazenado em cache automaticamente ( documentação ): Somente quando
shuffle_files=False
(train)Divisões :
Dividir | Exemplos |
---|---|
'train' | 13.233 |
- Estrutura de recursos :
FeaturesDict({
'image': Image(shape=(250, 250, 3), dtype=uint8),
'label': Text(shape=(), dtype=string),
})
- Documentação do recurso :
Característica | Classe | Forma | Tipo D | Descrição |
---|---|---|---|---|
RecursosDict | ||||
imagem | Imagem | (250, 250, 3) | uint8 | |
etiqueta | Texto | corda |
Chaves supervisionadas (consulte
as_supervised
doc ):('label', 'image')
Figura ( tfds.show_examples ):
- Exemplos ( tfds.as_dataframe ):
- Citação :
@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}
}