- Description:
Images of hands playing rock, paper, scissor game.
Homepage: http://laurencemoroney.com/rock-paper-scissors-dataset
Source code:
tfds.datasets.rock_paper_scissors.Builder
Versions:
3.0.0
(default): New split API (https://tensorflow.org/datasets/splits)
Download size:
219.53 MiB
Dataset size:
219.23 MiB
Auto-cached (documentation): Yes (test), Only when
shuffle_files=False
(train)Splits:
Split | Examples |
---|---|
'test' |
372 |
'train' |
2,520 |
- Feature structure:
FeaturesDict({
'image': Image(shape=(300, 300, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
})
- Feature documentation:
Feature | Class | Shape | Dtype | Description |
---|---|---|---|---|
FeaturesDict | ||||
image | Image | (300, 300, 3) | uint8 | |
label | ClassLabel | int64 |
Supervised keys (See
as_supervised
doc):('image', 'label')
Figure (tfds.show_examples):
- Examples (tfds.as_dataframe):
- Citation:
@ONLINE {rps,
author = "Laurence Moroney",
title = "Rock, Paper, Scissors Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/rock-paper-scissors-dataset"
}