caltech_birds2010
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Caltech-UCSD Birds 200 (CUB-200) は、200 種の鳥 (主に北米産) の写真を含む画像データセットです。鳥のカテゴリの総数は 200 で、2010 年のデータセットには 6033 枚の画像があり、2011 年のデータセットには 11,788 枚の画像があります。注釈には、境界ボックス、セグメンテーション ラベルが含まれます。
スプリット | 例 |
---|
'test' | 3,033 |
'train' | 3,000 |
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}
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-08 UTC。
[null,null,["最終更新日 2024-08-08 UTC。"],[],[],null,["# caltech_birds2010\n\n\u003cbr /\u003e\n\n- **Description**:\n\nCaltech-UCSD Birds 200 (CUB-200) is an image dataset with photos of 200 bird\nspecies (mostly North American). The total number of categories of birds is 200\nand there are 6033 images in the 2010 dataset and 11,788 images in the 2011\ndataset. Annotations include bounding boxes, segmentation labels.\n\n- **Homepage** :\n \u003chttps://www.vision.caltech.edu/datasets/cub_200_2011/\u003e\n\n- **Source code** :\n [`tfds.image_classification.CaltechBirds2010`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image_classification/caltech_birds.py)\n\n- **Versions**:\n\n - **`0.1.1`** (default): No release notes.\n- **Download size** : `659.14 MiB`\n\n- **Dataset size** : `659.64 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 3,033 |\n| `'train'` | 3,000 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'bbox': BBoxFeature(shape=(4,), dtype=float32),\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'image/filename': Text(shape=(), dtype=string),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=200),\n 'label_name': Text(shape=(), dtype=string),\n 'segmentation_mask': Image(shape=(None, None, 1), dtype=uint8),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-------------------|--------------|-----------------|---------|-------------|\n| | FeaturesDict | | | |\n| bbox | BBoxFeature | (4,) | float32 | |\n| image | Image | (None, None, 3) | uint8 | |\n| image/filename | Text | | string | |\n| label | ClassLabel | | int64 | |\n| label_name | Text | | string | |\n| segmentation_mask | Image | (None, None, 1) | uint8 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('image', 'label')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @techreport{WelinderEtal2010,\n Author = {P. Welinder and S. Branson and T. Mita and C. Wah and F. Schroff and S. Belongie and P. Perona},\n Institution = {California Institute of Technology},\n Number = {CNS-TR-2010-001},\n Title = { {Caltech-UCSD Birds 200} },\n Year = {2010}\n }"]]