- תיאור :
מערך הנתונים של Places365-Standard מכיל 1.8 מיליון תמונות רכבת מ-365 קטגוריות של סצינות, המשמשות לאימון ה-CNN של Places365. יש 50 תמונות לכל קטגוריה בערכת האימות ו-900 תמונות לכל קטגוריה בערכת הבדיקות.
תיעוד נוסף : חקור על ניירות עם קוד
דף הבית : http://places2.csail.mit.edu/
קוד מקור :
tfds.datasets.places365_small.Builder
גרסאות :
-
2.1.0
(ברירת מחדל): שינה את המפתחות לדוגמה כדי להקל על האינטגרציה עם KYD.
-
גודל הורדה :
29.27 GiB
גודל מערך נתונים :
27.85 GiB
שמור אוטומטי במטמון ( תיעוד ): לא
פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'test' | 328,500 |
'train' | 1,803,460 |
'validation' | 36,500 |
- מבנה תכונה :
FeaturesDict({
'filename': Text(shape=(), dtype=string),
'image': Image(shape=(256, 256, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=365),
})
- תיעוד תכונה :
תכונה | מעמד | צוּרָה | Dtype | תיאור |
---|---|---|---|---|
FeaturesDict | ||||
שם קובץ | טֶקסט | חוּט | ||
תמונה | תמונה | (256, 256, 3) | uint8 | |
תווית | ClassLabel | int64 |
מפתחות בפיקוח (ראה
as_supervised
doc ):('image', 'label', 'filename')
איור ( tfds.show_examples ):
- דוגמאות ( tfds.as_dataframe ):
- ציטוט :
@article{zhou2017places,
title={Places: A 10 million Image Database for Scene Recognition},
author={Zhou, Bolei and Lapedriza, Agata and Khosla, Aditya and Oliva, Aude and Torralba, Antonio},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2017},
publisher={IEEE}
}