caltech_birds2010

  • وصف :

Caltech-UCSD Birds 200 (CUB-200) عبارة عن مجموعة بيانات صور تحتوي على صور لـ 200 نوع من الطيور (معظمها في أمريكا الشمالية). إجمالي عدد فئات الطيور هو 200 وهناك 6033 صورة في مجموعة بيانات 2010 و11788 صورة في مجموعة بيانات 2011. تتضمن التعليقات التوضيحية المربعات المحيطة وتسميات التجزئة.

ينقسم أمثلة
'test' 3,033
'train' 3000
  • هيكل الميزة :
FeaturesDict({
    'bbox': BBoxFeature(shape=(4,), dtype=float32),
    'image': Image(shape=(None, None, 3), dtype=uint8),
    'image/filename': Text(shape=(), dtype=string),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=200),
    'label_name': Text(shape=(), dtype=string),
    'segmentation_mask': Image(shape=(None, None, 1), dtype=uint8),
})
  • وثائق الميزة :
ميزة فصل شكل نوع D وصف
المميزاتDict
bbox ميزة BBox (4،) float32
صورة صورة (لا شيء، لا شيء، 3) uint8
الصورة/اسم الملف نص خيط
ملصق ClassLabel int64
اسم الطابع نص خيط
تجزئة_قناع صورة (لا شيء، لا شيء، 1) uint8
  • الاقتباس :
@techreport{WelinderEtal2010,
Author = {P. Welinder and S. Branson and T. Mita and C. Wah and F. Schroff and S. Belongie and P. Perona},
Institution = {California Institute of Technology},
Number = {CNS-TR-2010-001},
Title = { {Caltech-UCSD Birds 200} },
Year = {2010}
}