caltech_birds2011

  • คำอธิบาย :

Caltech-UCSD Birds 200 (CUB-200) เป็นชุดข้อมูลภาพที่มีภาพถ่ายนก 200 สายพันธุ์ (ส่วนใหญ่เป็นอเมริกาเหนือ) จำนวนหมวดหมู่ของนกทั้งหมดคือ 200 และมีภาพ 6033 ภาพในชุดข้อมูลปี 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ประเภท คำอธิบาย
คุณสมบัติDict
บีบอกซ์ คุณสมบัติ BBox (4,) ลอย32
ภาพ ภาพ (ไม่มี, ไม่มี, 3) uint8
รูปภาพ/ชื่อไฟล์ ข้อความ สตริง
ฉลาก ป้ายกำกับคลาส int64
label_name ข้อความ สตริง
segmentation_mask ภาพ (ไม่มี, ไม่มี, 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}
}