- Descrizione :
Immagini di mani che giocano a sasso, carta, forbice.
Pagina iniziale : http://laurencemoroney.com/rock-paper-scissors-dataset
Codice sorgente :
tfds.datasets.rock_paper_scissors.Builder
Versioni :
-
3.0.0
(impostazione predefinita): nuova API divisa ( https://tensorflow.org/datasets/splits )
-
Dimensione download :
219.53 MiB
Dimensione del set di dati :
219.23 MiB
Memorizzazione nella cache automatica ( documentazione ): Sì (test), solo quando
shuffle_files=False
(train)Divide :
Diviso | Esempi |
---|---|
'test' | 372 |
'train' | 2.520 |
- Struttura delle caratteristiche :
FeaturesDict({
'image': Image(shape=(300, 300, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
})
- 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 {rps,
author = "Laurence Moroney",
title = "Rock, Paper, Scissors Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/rock-paper-scissors-dataset"
}