food101
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このデータセットは、101,000 枚の画像を含む 101 の食品カテゴリで構成されています。クラスごとに、手動でレビューされた 250 のテスト画像と 750 のトレーニング画像が提供されます。トレーニング イメージは意図的にクリーニングされていないため、まだある程度のノイズが含まれています。これは主に強烈な色と、時には間違ったラベルの形で発生します.すべての画像は、最大辺の長さが 512 ピクセルになるように再スケーリングされています。
スプリット | 例 |
---|
'train' | 75,750 |
'validation' | 25,250 |
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=101),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
画像 | 画像 | (なし、なし、3) | uint8 | |
ラベル | クラスラベル | | int64 | |

@inproceedings{bossard14,
title = {Food-101 -- Mining Discriminative Components with Random Forests},
author = {Bossard, Lukas and Guillaumin, Matthieu and Van Gool, Luc},
booktitle = {European Conference on Computer Vision},
year = {2014}
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-11-23 UTC。
[null,null,["最終更新日 2022-11-23 UTC。"],[],[],null,["# food101\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThis dataset consists of 101 food categories, with 101'000 images. For each\nclass, 250 manually reviewed test images are provided as well as 750 training\nimages. On purpose, the training images were not cleaned, and thus still contain\nsome amount of noise. This comes mostly in the form of intense colors and\nsometimes wrong labels. All images were rescaled to have a maximum side length\nof 512 pixels.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/food-101)\n\n- **Homepage** :\n \u003chttps://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/\u003e\n\n- **Source code** :\n [`tfds.image_classification.Food101`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image_classification/food101.py)\n\n- **Versions**:\n\n - `1.0.0`: No release notes.\n - **`2.0.0`** (default): No release notes.\n - `2.1.0`: No release notes.\n- **Download size** : `4.65 GiB`\n\n- **Dataset size** : `Unknown size`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Unknown\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'train'` | 75,750 |\n| `'validation'` | 25,250 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=101),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-----------------|-------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (None, None, 3) | uint8 | |\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 @inproceedings{bossard14,\n title = {Food-101 -- Mining Discriminative Components with Random Forests},\n author = {Bossard, Lukas and Guillaumin, Matthieu and Van Gool, Luc},\n booktitle = {European Conference on Computer Vision},\n year = {2014}\n }"]]