- תיאור :
מערך הנתונים של כלבי סטנפורד מכיל תמונות של 120 גזעי כלבים מרחבי העולם. מערך נתונים זה נבנה באמצעות תמונות והערות מ-ImageNet עבור המשימה של סיווג תמונות עדין. יש 20,580 תמונות, מתוכן 12,000 משמשות לאימון ו-8580 לבדיקות. תוויות כיתה והערות תיבה תוחמת מסופקות עבור כל 12,000 התמונות.
דף הבית : http://vision.stanford.edu/aditya86/ImageNetDogs/main.html
קוד מקור :
tfds.image_classification.StanfordDogs
גרסאות :
-
0.2.0
(ברירת מחדל): אין הערות שחרור.
-
גודל הורדה :
778.12 MiB
גודל ערכת נתונים :
Unknown size
שמור אוטומטי במטמון ( תיעוד ): לא ידוע
פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'test' | 8,580 |
'train' | 12,000 |
- תכונות :
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=tf.uint8),
'image/filename': Text(shape=(), dtype=tf.string),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=120),
'objects': Sequence({
'bbox': BBoxFeature(shape=(4,), dtype=tf.float32),
}),
})
מפתחות בפיקוח (ראה
as_supervised
doc ):('image', 'label')
איור ( tfds.show_examples ):
- דוגמאות ( tfds.as_dataframe ):
- ציטוט :
@inproceedings{KhoslaYaoJayadevaprakashFeiFei_FGVC2011,
author = "Aditya Khosla and Nityananda Jayadevaprakash and Bangpeng Yao and
Li Fei-Fei",
title = "Novel Dataset for Fine-Grained Image Categorization",
booktitle = "First Workshop on Fine-Grained Visual Categorization,
IEEE Conference on Computer Vision and Pattern Recognition",
year = "2011",
month = "June",
address = "Colorado Springs, CO",
}
@inproceedings{imagenet_cvpr09,
AUTHOR = {Deng, J. and Dong, W. and Socher, R. and Li, L.-J. and
Li, K. and Fei-Fei, L.},
TITLE = { {ImageNet: A Large-Scale Hierarchical Image Database} },
BOOKTITLE = {CVPR09},
YEAR = {2009},
BIBSOURCE = "http://www.image-net.org/papers/imagenet_cvpr09.bib"}