- विवरण :
कैल्टेक-यूसीएसडी बर्ड्स 200 (सीयूबी-200) एक छवि डेटासेट है जिसमें 200 पक्षी प्रजातियों (ज्यादातर उत्तरी अमेरिकी) की तस्वीरें हैं। पक्षियों की श्रेणियों की कुल संख्या 200 है और 2010 डेटासेट में 6033 छवियां और 2011 डेटासेट में 11,788 छवियां हैं। एनोटेशन में बाउंडिंग बॉक्स, सेगमेंटेशन लेबल शामिल हैं।
मुखपृष्ठ : https://www.vision.caltech.edu/datasets/cub_200_2011/
स्रोत कोड :
tfds.image_classification.CaltechBirds2010
संस्करण :
-
0.1.1
(डिफ़ॉल्ट): कोई रिलीज़ नोट नहीं।
-
डाउनलोड आकार :
659.14 MiB
डेटासेट का आकार :
659.64 MiB
ऑटो-कैश्ड ( दस्तावेज़ीकरण ): नहीं
विभाजन :
विभाजित करना | उदाहरण |
---|---|
'test' | 3,033 |
'train' | 3,000 |
- फ़ीचर संरचना :
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 |
पर्यवेक्षित कुंजियाँ (
as_supervised
doc देखें):('image', 'label')
चित्र ( tfds.show_examples ): समर्थित नहीं है।
उदाहरण ( tfds.as_dataframe ):
- उद्धरण :
@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}
}