caltech_birds2011

  • বর্ণনা :

Caltech-UCSD Birds 200 (CUB-200) হল একটি ইমেজ ডেটাসেট যেখানে 200টি পাখির প্রজাতির (বেশিরভাগই উত্তর আমেরিকান) ছবি রয়েছে। পাখির বিভাগের মোট সংখ্যা 200 এবং 2010 ডেটাসেটে 6033টি এবং 2011 ডেটাসেটে 11,788টি ছবি রয়েছে। টীকা বাউন্ডিং বাক্স, বিভাজন লেবেল অন্তর্ভুক্ত।

বিভক্ত উদাহরণ
'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
  • উদ্ধৃতি :
@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}
}