最初はグー、じゃんけん

  • 説明

じゃんけんゲームをしている手の画像。

スプリット
'test' 372
'train' 2,520
  • 機能の構造:
FeaturesDict({
   
'image': Image(shape=(300, 300, 3), dtype=uint8),
   
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
})
  • 機能ドキュメント:
特徴クラスDタイプ説明
特徴辞書
画像画像(300、300、3) uint8
ラベルクラスラベルint64

視覚化

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