- คำอธิบาย :
ชุดภาพม้าและมนุษย์ชุดใหญ่
ซอร์สโค้ด :
tfds.image_classification.HorsesOrHumans
รุ่น :
-
3.0.0
(ค่าเริ่มต้น): API แยกใหม่ ( https://tensorflow.org/datasets/splits )
-
ขนาดดาวน์โหลด :
153.59 MiB
ขนาดชุดข้อมูล :
153.53 MiB
แคชอัตโนมัติ ( เอกสาร ): ใช่ (ทดสอบ) เฉพาะเมื่อ
shuffle_files=False
(train)แยก :
แยก | ตัวอย่าง |
---|---|
'test' | 256 |
'train' | 1,027 |
- โครงสร้างคุณสมบัติ :
FeaturesDict({
'image': Image(shape=(300, 300, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
})
- เอกสารคุณสมบัติ :
คุณสมบัติ | ระดับ | รูปร่าง | ประเภทD | คำอธิบาย |
---|---|---|---|---|
คุณสมบัติDict | ||||
ภาพ | ภาพ | (300, 300, 3) | uint8 | |
ฉลาก | ClassLabel | int64 |
คีย์ภายใต้การดูแล (ดู
as_supervised
doc ):('image', 'label')
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
- การอ้างอิง :
@ONLINE {horses_or_humans,
author = "Laurence Moroney",
title = "Horses or Humans Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/horses-or-humans-dataset"
}