- Descrizione :
Un ampio set di immagini di cavalli e umani.
Home page : http://laurencemoroney.com/horses-or-humans-dataset
Codice sorgente :
tfds.image_classification.HorsesOrHumans
Versioni :
-
3.0.0
(impostazione predefinita): nuova API divisa ( https://tensorflow.org/datasets/splits )
-
Dimensione download :
153.59 MiB
Dimensione del set di dati :
153.53 MiB
Memorizzazione nella cache automatica ( documentazione ): Sì (test), solo quando
shuffle_files=False
(train)Divide :
Diviso | Esempi |
---|---|
'test' | 256 |
'train' | 1.027 |
- Struttura delle caratteristiche :
FeaturesDict({
'image': Image(shape=(300, 300, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
})
- Documentazione delle funzionalità :
Caratteristica | Classe | Forma | Tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
Immagine | Immagine | (300, 300, 3) | uint8 | |
etichetta | ClassLabel | int64 |
Chiavi supervisionate (vedi il documento
as_supervised
):('image', 'label')
Figura ( tfds.show_examples ):
- Esempi ( tfds.as_dataframe ):
- Citazione :
@ONLINE {horses_or_humans,
author = "Laurence Moroney",
title = "Horses or Humans Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/horses-or-humans-dataset"
}