- תיאור :
Caltech-UCSD Birds 200 (CUB-200) הוא מערך תמונות עם תמונות של 200 מיני ציפורים (בעיקר צפון אמריקה). המספר הכולל של קטגוריות של ציפורים הוא 200 ויש 6033 תמונות במערך הנתונים של 2010 ו-11,788 תמונות במערך הנתונים של 2011. הערות כוללות תיבות תוחמות, תוויות פילוח.
תיעוד נוסף : חקור על ניירות עם קוד
דף הבית : https://www.vision.caltech.edu/datasets/cub_200_2011/
קוד מקור :
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=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 |
מפתחות בפיקוח (ראה
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}
}