caltech_birds2011

  • 説明

Caltech-UCSD Birds 200 (CUB-200) は、200種の鳥類(主に北米産)の写真を収録した画像データセットです。鳥類のカテゴリーは合計200種類で、2010年のデータセットには6,033枚、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),
})
  • 機能ドキュメント:
特徴クラスDタイプ説明
機能辞書
bボックスBBoxFeature (4) 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}
}