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 คำอธิบาย
คุณสมบัติDict
บีบ็อกซ์ คุณสมบัติ BBox (4,) ลอย32
ภาพ ภาพ (ไม่มี ไม่มี 3) uint8
รูปภาพ/ชื่อไฟล์ ข้อความ เชือก
ฉลาก ClassLabel int64
label_name ข้อความ เชือก
การแบ่งส่วน_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}
}