אוקספורד_iiit_pet

מערך הנתונים של אוקספורד-IIIT לחיות מחמד הוא מערך תמונות של חיות מחמד בקטגוריות של 37 עם בערך 200 תמונות לכל מחלקה. לתמונות יש וריאציות גדולות בקנה מידה, תנוחה ותאורה. לכל התמונות יש ביאור אמת קרקע משויך לגזע.

לְפַצֵל דוגמאות
'test' 3,669
'train' 3,680
  • מבנה תכונה :
FeaturesDict({
    'file_name': Text(shape=(), dtype=string),
    'image': Image(shape=(None, None, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=37),
    'segmentation_mask': Image(shape=(None, None, 1), dtype=uint8),
    'species': ClassLabel(shape=(), dtype=int64, num_classes=2),
})
  • תיעוד תכונה :
תכונה מעמד צוּרָה Dtype תיאור
FeaturesDict
שם קובץ טֶקסט חוּט
תמונה תמונה (אין, אין, 3) uint8
תווית ClassLabel int64
segmentation_mask תמונה (אין, אין, 1) uint8
מִין ClassLabel int64
  • ציטוט :
@InProceedings{parkhi12a,
  author       = "Parkhi, O. M. and Vedaldi, A. and Zisserman, A. and Jawahar, C.~V.",
  title        = "Cats and Dogs",
  booktitle    = "IEEE Conference on Computer Vision and Pattern Recognition",
  year         = "2012",
}