caltech_birds2011

  • Tanım :

Caltech-UCSD Birds 200 (CUB-200), 200 kuş türünün (çoğunlukla Kuzey Amerika) fotoğraflarını içeren bir görüntü veri kümesidir. Kuşlara ait toplam kategori sayısı 200 olup, 2010 veri setinde 6033, 2011 veri setinde ise 11.788 resim bulunmaktadır. Ek açıklamalar sınırlayıcı kutuları ve segmentasyon etiketlerini içerir.

Bölmek Örnekler
'test' 5.794
'train' 5.994
  • Özellik yapısı :
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),
})
  • Özellik belgeleri :
Özellik Sınıf Şekil Dtipi Tanım
ÖzelliklerDict
b kutusu BBoxÖzelliği (4,) kayan nokta32
görüntü Resim (Yok, Yok, 3) uint8
resim/dosya adı Metin sicim
etiket SınıfEtiketi int64
etiket adı Metin sicim
segmentation_mask Resim (Yok, Yok, 1) uint8
  • Alıntı :
@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}
}