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),
})
  • 機能ドキュメント:
特徴クラスDタイプ説明
特徴辞書
ボックスBBox機能(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}
}