caltech_birds2011

  • คำอธิบาย :

Caltech-UCSD Birds 200 (CUB-200) เป็นชุดข้อมูลภาพที่มีภาพถ่ายนก 200 ชนิด (ส่วนใหญ่เป็นนกในอเมริกาเหนือ) จำนวนหมวดหมู่นกทั้งหมดคือ 200 หมวดหมู่ โดยมีภาพ 6,033 ภาพในชุดข้อมูลปี 2010 และ 11,788 ภาพในชุดข้อมูลปี 2011 คำอธิบายประกอบประกอบด้วยกรอบขอบเขตและป้ายชื่อการแบ่งส่วน

แยก ตัวอย่าง
'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 คำอธิบาย
ฟีเจอร์ดิกต์
กล่องบีบ็อกซ์ ฟีเจอร์ BBox (4,) ลอย32
ภาพ ภาพ (ไม่มี, ไม่มี, 3) uint8
รูปภาพ/ชื่อไฟล์ ข้อความ สตริง
ฉลาก คลาสเลเบล int64
ชื่อฉลาก ข้อความ สตริง
หน้ากากการแบ่งส่วน ภาพ (ไม่มี, ไม่มี, 1) uint8
  • การอ้างอิง :
@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}
}