i_naturalist2021

  • תיאור :

מערך הנתונים של iNaturalist 2021 מכיל בסך הכל 10,000 מינים. מערך ההדרכה המלא מכיל כמעט 2.7 מיליון תמונות. כדי להפוך את מערך הנתונים לנגיש יותר, יצרנו גם מערך הדרכה "מיני" עם 50 דוגמאות לכל מין עבור סך של 500K תמונות. פיצול train האימון המלא חופף mini פיצול. ערכת val מכילה עבור כל מין 10 תמונות אימות (100K בסך הכל). יש בסך הכל 500,000 תמונות בדיקה בפיצול public_test (ללא תוויות אמת-קרקע).

לְפַצֵל דוגמאות
'mini' 500,000
'test' 500,000
'train' 2,686,843
'val' 100,000
  • מבנה תכונה :
FeaturesDict({
    'file_id': Text(shape=(), dtype=string),
    'id': Scalar(shape=(), dtype=int64),
    'image': Image(shape=(None, None, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=10000),
    'supercategory': ClassLabel(shape=(), dtype=int64, num_classes=11),
})
  • תיעוד תכונה :
תכונה מעמד צוּרָה Dtype תיאור
FeaturesDict
file_id טֶקסט חוּט
תְעוּדַת זֶהוּת סקלר int64
תמונה תמונה (אין, אין, 3) uint8
תווית ClassLabel int64
קטגוריית על ClassLabel int64

רְאִיָה

  • ציטוט :
\
@misc{inaturalist21,
    Howpublished = {~\url{https://github.com/visipedia/inat_comp/tree/master/2021} },
    Title = { {iNaturalist} 2021 competition dataset.},
    Year = {2021},
    key = { {iNaturalist} 2021 competition dataset},
    }