caltech_birds2011

  • विवरण :

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