rock_paper_scissors

  • คำอธิบาย :

ภาพมือเล่นร็อค กระดาษ เกมกรรไกร

แยก ตัวอย่าง
'test' 372
'train' 2,520
  • โครงสร้างคุณสมบัติ :
FeaturesDict({
   
'image': Image(shape=(300, 300, 3), dtype=uint8),
   
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง ประเภทD คำอธิบาย
คุณสมบัติDict
ภาพ ภาพ (300, 300, 3) uint8
ฉลาก ClassLabel int64

การแสดงภาพ

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