- 説明:
Caltech-UCSD Birds 200 (CUB-200) は、200 種の鳥 (主に北米産) の写真を含む画像データセットです。鳥のカテゴリの総数は 200 で、2010 年のデータセットには 6033 枚の画像があり、2011 年のデータセットには 11,788 枚の画像があります。注釈には、境界ボックス、セグメンテーション ラベルが含まれます。
追加ドキュメント:コード付きの論文について調べる
ホームページ: https://www.vision.caltech.edu/datasets/cub_200_2011/
バージョン:
-
0.1.1
(デフォルト): リリース ノートなし。
-
ダウンロードサイズ:
1.11 GiB
データセットのサイズ:
1.11 GiB
自動キャッシュ(ドキュメント): いいえ
分割:
スプリット | 例 |
---|---|
'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 |
監視キー(
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}
}