- คำอธิบาย :
ภาพมือเล่นร็อค กระดาษ เกมกรรไกร
หน้าแรก : http://laurencemoroney.com/rock-paper-scissors-dataset
ซอร์สโค้ด :
tfds.datasets.rock_paper_scissors.Builder
รุ่น :
-
3.0.0
(ค่าเริ่มต้น): API แยกใหม่ ( https://tensorflow.org/datasets/splits )
-
ขนาดดาวน์โหลด :
219.53 MiB
ขนาดชุดข้อมูล :
219.23 MiB
แคชอัตโนมัติ ( เอกสารประกอบ ): ใช่ (ทดสอบ) เฉพาะเมื่อ
shuffle_files=False
(train)แยก :
แยก | ตัวอย่าง |
---|---|
'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 |
คีย์ภายใต้การดูแล (ดู
as_supervised
doc ):('image', 'label')
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
- การอ้างอิง :
@ONLINE {rps,
author = "Laurence Moroney",
title = "Rock, Paper, Scissors Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/rock-paper-scissors-dataset"
}