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

  • विवरण :

कैल्टेक-यूसीएसडी बर्ड्स 200 (सीयूबी-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}
}