カルテック101
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Caltech-101 は、101 のクラスに属するオブジェクトの写真と、1 つのbackground clutter
クラスで構成されています。各画像には 1 つのオブジェクトのラベルが付けられます。各クラスにはおよそ 40 ~ 800 個の画像が含まれており、合計で約 9,000 個の画像になります。画像のサイズは可変であり、一般的なエッジの長さは 200 ~ 300 ピクセルです。このバージョンにはイメージレベルのラベルのみが含まれています。元のデータセットには境界ボックスも含まれています。
スプリット | 例 |
---|
'test' | 6,084 |
'train' | 3,060 |
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'image/file_name': Text(shape=(), dtype=string),
'label': ClassLabel(shape=(), dtype=int64, num_classes=102),
})
特徴 | クラス | 形 | Dタイプ | 説明 |
---|
| 特徴辞書 | | | |
画像 | 画像 | (なし、なし、3) | uint8 | |
画像/ファイル名 | 文章 | | 弦 | |
ラベル | クラスラベル | | int64 | |

@article{FeiFei2004LearningGV,
title={Learning Generative Visual Models from Few Training Examples: An Incremental Bayesian Approach Tested on 101 Object Categories},
author={Li Fei-Fei and Rob Fergus and Pietro Perona},
journal={Computer Vision and Pattern Recognition Workshop},
year={2004},
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-19 UTC。
[null,null,["最終更新日 2023-12-19 UTC。"],[],[],null,["# caltech101\n\n\u003cbr /\u003e\n\n- **Description**:\n\nCaltech-101 consists of pictures of objects belonging to 101 classes, plus one\n`background clutter` class. Each image is labelled with a single object. Each\nclass contains roughly 40 to 800 images, totalling around 9k images. Images are\nof variable sizes, with typical edge lengths of 200-300 pixels. This version\ncontains image-level labels only. The original dataset also contains bounding\nboxes.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/caltech-101)\n\n- **Homepage** :\n \u003chttps://doi.org/10.22002/D1.20086\u003e\n\n- **Source code** :\n [`tfds.datasets.caltech101.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/caltech101/caltech101_dataset_builder.py)\n\n- **Versions**:\n\n - `3.0.0`: New split API (\u003chttps://tensorflow.org/datasets/splits\u003e)\n - `3.0.1`: Website URL update\n - **`3.0.2`** (default): Download URL update\n- **Download size** : `131.05 MiB`\n\n- **Dataset size** : `132.86 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 6,084 |\n| `'train'` | 3,060 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'image/file_name': Text(shape=(), dtype=string),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=102),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-----------------|--------------|-----------------|--------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (None, None, 3) | uint8 | |\n| image/file_name | Text | | string | |\n| label | ClassLabel | | int64 | |\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\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @article{FeiFei2004LearningGV,\n title={Learning Generative Visual Models from Few Training Examples: An Incremental Bayesian Approach Tested on 101 Object Categories},\n author={Li Fei-Fei and Rob Fergus and Pietro Perona},\n journal={Computer Vision and Pattern Recognition Workshop},\n year={2004},\n }"]]