caltech_birds2011

  • توضیحات :

Caltech-UCSD Birds 200 (CUB-200) مجموعه داده تصویری با عکس های 200 گونه پرنده (عمدتاً آمریکای شمالی) است. تعداد کل دسته پرندگان 200 است و 6033 تصویر در مجموعه داده 2010 و 11788 تصویر در مجموعه داده 2011 وجود دارد. حاشیه نویسی ها شامل جعبه های محدود کننده، برچسب های تقسیم بندی هستند.

شکاف مثال ها
'test' 5794
'train' 5,994
  • ساختار ویژگی :
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 شرح
FeaturesDict
bbox ویژگی BBox (4،) float32
تصویر تصویر (هیچ، هیچ، 3) uint8
تصویر/نام فایل متن رشته
برچسب ClassLabel int64
label_name متن رشته
segmentation_mask تصویر (هیچ، هیچ، 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}
}