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),
})
  • תיעוד תכונה :
תכונה מעמד צוּרָה Dtype תיאור
FeaturesDict
bbox BBoxFeature (4,) לצוף32
תמונה תמונה (אין, אין, 3) uint8
תמונה/שם קובץ טֶקסט חוּט
תווית ClassLabel 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}
}