caltech_birds2010

  • Açıklama :

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ş kategorilerinin toplam sayısı 200 olup, 2010 veri setinde 6033, 2011 veri setinde ise 11.788 görsel bulunmaktadır. Ek açıklamalar sınırlayıcı kutuları, segmentasyon etiketlerini içerir.

Bölmek örnekler
'test' 3.033
'train' 3.000
  • Ö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
kutu BBoxÖzelliği (4,) şamandıra32
görüntü resim (Yok, Yok, 3) uint8
resim/dosya adı Metin sicim
etiket SınıfEtiketi int64
etiket adı Metin sicim
segmentasyon_maskesi 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}
}