- תיאור :
Caltech-UCSD Birds 200 (CUB-200) הוא מערך תמונות עם תמונות של 200 מיני ציפורים (בעיקר צפון אמריקה). המספר הכולל של קטגוריות של ציפורים הוא 200 ויש 6033 תמונות במערך הנתונים של 2010 ו-11,788 תמונות במערך הנתונים של 2011. הערות כוללות תיבות תוחמות, תוויות פילוח.
דף הבית : http://www.vision.caltech.edu/visipedia/CUB-200.html
קוד מקור :
tfds.image_classification.CaltechBirds2011
גרסאות :
-
0.1.1
(ברירת מחדל): אין הערות שחרור.
-
גודל הורדה :
1.11 GiB
גודל מערך נתונים :
1.11 GiB
שמור אוטומטי במטמון ( תיעוד ): לא
פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'test' | 5,794 |
'train' | 5,994 |
- תכונות :
FeaturesDict({
'bbox': BBoxFeature(shape=(4,), dtype=tf.float32),
'image': Image(shape=(None, None, 3), dtype=tf.uint8),
'image/filename': Text(shape=(), dtype=tf.string),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=200),
'label_name': Text(shape=(), dtype=tf.string),
'segmentation_mask': Image(shape=(None, None, 1), dtype=tf.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}
}