कैलटेक_बर्ड्स2011

  • विवरण :

कैलटेक-यूसीएसडी बर्ड्स 200 (CUB-200) एक इमेज डेटासेट है जिसमें 200 पक्षी प्रजातियों (ज्यादातर उत्तरी अमेरिकी) की तस्वीरें हैं। पक्षियों की कुल श्रेणियों की संख्या 200 है और 2010 के डेटासेट में 6033 और 2011 के डेटासेट में 11,788 छवियां हैं। एनोटेशन में बाउंडिंग बॉक्स और सेगमेंटेशन लेबल शामिल हैं।

विभाजित करना उदाहरण
'test' 5,794
'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),
})
  • फ़ीचर दस्तावेज़ीकरण :
विशेषता कक्षा आकार डीटाइप विवरण
विशेषताएं
बॉक्स बीबॉक्सफ़ीचर (4,) फ्लोट32
छवि छवि (कोई नहीं, कोई नहीं, 3) uint8
छवि/फ़ाइल नाम मूलपाठ डोरी
लेबल क्लासलेबल 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}
}