rock_paper_scissors

Images of hands playing rock, paper, scissor game.

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

Visualization

  • Citation:
@ONLINE {rps,
author = "Laurence Moroney",
title = "Rock, Paper, Scissors Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/rock-paper-scissors-dataset"
}