- คำอธิบาย :
Caltech-UCSD Birds 200 (CUB-200) เป็นชุดข้อมูลรูปภาพที่มีภาพถ่ายนก 200 สายพันธุ์ (ส่วนใหญ่เป็นอเมริกาเหนือ) จำนวนหมวดหมู่นกทั้งหมดคือ 200 ภาพและมีรูปภาพ 6,033 ภาพในชุดข้อมูลปี 2010 และ 11,788 ภาพในชุดข้อมูลปี 2011 คำอธิบายประกอบประกอบด้วยกล่องขอบ ป้ายกำกับการแบ่งส่วน
เอกสารประกอบเพิ่มเติม : สำรวจในเอกสารด้วยรหัส
หน้าแรก : https://www.vision.caltech.edu/datasets/cub_200_2011/
ซอร์สโค้ด :
tfds.image_classification.CaltechBirds2011
รุ่น :
-
0.1.1
(ค่าเริ่มต้น): ไม่มีบันทึกประจำรุ่น
-
ขนาดการดาวน์โหลด :
1.11 GiB
ขนาดชุดข้อมูล :
1.11 GiB
แคชอัตโนมัติ ( เอกสาร ): No
แยก :
แยก | ตัวอย่าง |
---|---|
'test' | 5,794 |
'train' | 5,994 |
- โครงสร้างคุณสมบัติ :
FeaturesDict({
'bbox': BBoxFeature(shape=(4,), dtype=float32),
'image': Image(shape=(None, None, 3), dtype=uint8),
'image/filename': Text(shape=(), dtype=string),
'label': ClassLabel(shape=(), dtype=int64, num_classes=200),
'label_name': Text(shape=(), dtype=string),
'segmentation_mask': Image(shape=(None, None, 1), dtype=uint8),
})
- เอกสารคุณสมบัติ :
คุณสมบัติ | ระดับ | รูปร่าง | ประเภทD | คำอธิบาย |
---|---|---|---|---|
คุณสมบัติDict | ||||
บีบ็อกซ์ | คุณสมบัติ BBox | (4,) | ลอย32 | |
ภาพ | ภาพ | (ไม่มี ไม่มี 3) | uint8 | |
รูปภาพ/ชื่อไฟล์ | ข้อความ | เชือก | ||
ฉลาก | ClassLabel | int64 | ||
label_name | ข้อความ | เชือก | ||
การแบ่งส่วน_mask | ภาพ | (ไม่มี ไม่มี 1) | uint8 |
คีย์ภายใต้การดูแล (ดู
as_supervised
doc ):('image', 'label')
รูปภาพ ( tfds.show_examples ): ไม่รองรับ
ตัวอย่าง ( tfds.as_dataframe ):
- การอ้างอิง :
@techreport{WelinderEtal2010,
Author = {P. Welinder and S. Branson and T. Mita and C. Wah and F. Schroff and S. Belongie and P. Perona},
Institution = {California Institute of Technology},
Number = {CNS-TR-2010-001},
Title = { {Caltech-UCSD Birds 200} },
Year = {2010}
}