- 説明:
Caltech-UCSD Birds 200 (CUB-200) は、200種の鳥類(主に北米産)の写真を収録した画像データセットです。鳥類のカテゴリーは合計200種類で、2010年のデータセットには6,033枚、2011年のデータセットには11,788枚の画像が含まれています。アノテーションには、バウンディングボックス、セグメンテーションラベルなどがあります。
追加ドキュメント: Papers With Code で探す
ホームページ: https://www.vision.caltech.edu/datasets/cub_200_2011/
バージョン:
-
0.2.0
(デフォルト) : リリースノートはありません。
-
ダウンロードサイズ:
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タイプ | 説明 |
---|---|---|---|---|
機能辞書 | ||||
bボックス | BBoxFeature | (4) | float32 | |
画像 | 画像 | (なし、なし、3) | uint8 | |
画像/ファイル名 | 文章 | 弦 | ||
ラベル | クラスラベル | int64 | ||
ラベル名 | 文章 | 弦 | ||
セグメンテーションマスク | 画像 | (なし、なし、1) | uint8 |
教師ありキー(
as_supervised
ドキュメントを参照):('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}
}