caltech_birds2011

  • Tanım :

Caltech-UCSD Birds 200 (CUB-200), çoğunluğu Kuzey Amerika'ya ait 200 kuş türüne ait fotoğraflardan oluşan bir görüntü veri kümesidir. Toplam kuş kategorisi sayısı 200'dür ve 2010 veri kümesinde 6033, 2011 veri kümesinde ise 11.788 görüntü bulunmaktadır. Açıklamalar, sınırlayıcı kutular ve segmentasyon etiketleri 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 dokümantasyonu :
Özellik Sınıf Şekil Veri türü Tanım
ÖzelliklerDict
bbox BBoxÖzelliği (4,) float32
görüntü Görüntü (Hiçbiri, Hiçbiri, 3) uint8
resim/dosya adı Metin sicim
etiket SınıfEtiketi int64
etiket_adı Metin sicim
segmentasyon_maskesi Görüntü (Hiçbiri, Hiçbiri, 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}
}