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),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
bbox 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}
}