- תיאור :
מערך נתונים זה מכיל סך של 5,089 קטגוריות, על פני 579,184 תמונות אימון ו-95,986 תמונות אימות. עבור מערך ההדרכה, חלוקת התמונות לקטגוריה עוקבת אחר תדירות התצפית של אותה קטגוריה על ידי קהילת iNaturalist.
למרות שמערך הנתונים המקורי מכיל כמה תמונות עם תיבות תוחמות, כרגע, רק הערות ברמת התמונה מסופקות (תווית/תמונה בודדת). בנוסף, המארגנים לא פרסמו את תוויות הבדיקה, ולכן אנו מספקים רק את תמונות הבדיקה (תווית = -1).
תיעוד נוסף : חקור על ניירות עם קוד
דף הבית : https://github.com/visipedia/inat_comp/tree/master/2017
קוד מקור :
tfds.image_classification.INaturalist2017
גרסאות :
-
0.1.0
(ברירת מחדל): אין הערות שחרור.
-
גודל הורדה :
237.35 GiB
גודל מערך נתונים :
238.10 GiB
שמור אוטומטי במטמון ( תיעוד ): לא
פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'test' | 182,707 |
'train' | 579,184 |
'validation' | 95,986 |
- מבנה תכונה :
FeaturesDict({
'id': Text(shape=(), dtype=string),
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=5089),
'supercategory': ClassLabel(shape=(), dtype=int64, num_classes=13),
})
- תיעוד תכונה :
תכונה | מעמד | צוּרָה | Dtype | תיאור |
---|---|---|---|---|
FeaturesDict | ||||
תְעוּדַת זֶהוּת | טֶקסט | חוּט | ||
תמונה | תמונה | (אין, אין, 3) | uint8 | |
תווית | ClassLabel | int64 | ||
קטגוריית על | ClassLabel | int64 |
מפתחות בפיקוח (ראה
as_supervised
doc ):('image', 'label')
איור ( tfds.show_examples ):
- דוגמאות ( tfds.as_dataframe ):
- ציטוט :
@InProceedings{Horn_2018_CVPR,
author = {
Van Horn, Grant and Mac Aodha, Oisin and Song, Yang and Cui, Yin and Sun, Chen
and Shepard, Alex and Adam, Hartwig and Perona, Pietro and Belongie, Serge},
title = {The INaturalist Species Classification and Detection Dataset},
booktitle = {
The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2018}
}