- বর্ণনা :
Caltech-UCSD Birds 200 (CUB-200) হল একটি ইমেজ ডেটাসেট যেখানে 200টি পাখির প্রজাতির (বেশিরভাগই উত্তর আমেরিকান) ছবি রয়েছে। পাখির বিভাগের মোট সংখ্যা 200 এবং 2010 ডেটাসেটে 6033টি এবং 2011 ডেটাসেটে 11,788টি ছবি রয়েছে। টীকা বাউন্ডিং বাক্স, বিভাজন লেবেল অন্তর্ভুক্ত।
হোমপেজ : https://www.vision.caltech.edu/datasets/cub_200_2011/
সোর্স কোড :
tfds.image_classification.CaltechBirds2011
সংস্করণ :
-
0.1.1
(ডিফল্ট): কোনো রিলিজ নোট নেই।
-
ডাউনলোড সাইজ :
1.11 GiB
ডেটাসেটের আকার :
1.11 GiB
স্বয়ংক্রিয় ক্যাশে ( ডকুমেন্টেশন ): না
বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'test' | ৫,৭৯৪ |
'train' | ৫,৯৯৪ |
- বৈশিষ্ট্য গঠন :
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 | বিবক্স ফিচার | (৪,) | float32 | |
ইমেজ | ছবি | (কোনটিই নয়, 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}
}