イメージワン
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Imagewang には、Imagenette と Imagewoof を組み合わせたものが含まれています。 Image网 (「イメージワン」と発音します。网は中国語で「ネット」を意味します) には、Imagenette と Imagewoof を組み合わせたものが含まれていますが、いくつかの工夫が施されており、トリッキーな半教師あり不平衡分類問題になります。
- 検証セットは Imagewoof と同じです (つまり、Imagewoof 画像の 30%)。検証セットには Imagenette 画像がありません (それらはすべてトレーニング セットにあります)
- Imagewof 画像のわずか 10% がトレーニング セットに含まれています。
- 残りは unsup (「教師なし」) ディレクトリにあり、トレーニングでそれらのラベルを使用することはできません。
- 入力するのも難しいし、言うのも難しいです。
データセットには 3 つのバリエーションがあります。
このデータセットは、Imagenette データセット {size} バリアントで構成されます。
スプリット | 例 |
---|
'train' | 14,669 |
'validation' | 3,929 |
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=20),
})
特徴 | クラス | 形 | Dタイプ | 説明 |
---|
| 特徴辞書 | | | |
画像 | 画像 | (なし、なし、3) | uint8 | |
ラベル | クラスラベル | | int64 | |
@misc{imagewang,
author = "Jeremy Howard",
title = "Imagewang",
url = "https://github.com/fastai/imagenette/"
}
imagewang/フルサイズ (デフォルト設定)

イメージワン/320px

イメージワン/160px

特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-01 UTC。
[null,null,["最終更新日 2024-06-01 UTC。"],[],[],null,["# imagewang\n\n\u003cbr /\u003e\n\n- **Description**:\n\nImagewang contains Imagenette and Imagewoof combined Image网 (pronounced\n\"Imagewang\"; 网 means \"net\" in Chinese) contains Imagenette and Imagewoof\ncombined, but with some twists that make it into a tricky semi-supervised\nunbalanced classification problem:\n\n- The validation set is the same as Imagewoof (i.e. 30% of Imagewoof images); there are no Imagenette images in the validation set (they're all in the training set)\n- Only 10% of Imagewoof images are in the training set!\n- The remaining are in the unsup (\"unsupervised\") directory, and you can not use their labels in training!\n- It's even hard to type and hard to say!\n\nThe dataset comes in three variants:\n\n- Full size\n- 320 px\n- 160 px\n\nThis dataset consists of the Imagenette dataset {size} variant.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/imagewang)\n\n- **Config description**: Imagewang contains Imagenette and Imagewoof\n combined.\n\n- **Homepage** :\n \u003chttps://github.com/fastai/imagenette\u003e\n\n- **Source code** :\n [`tfds.datasets.imagewang.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/imagewang/imagewang_dataset_builder.py)\n\n- **Versions**:\n\n - **`2.0.0`** (default): No release notes.\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'train'` | 14,669 |\n| `'validation'` | 3,929 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=20),\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- **Citation**:\n\n @misc{imagewang,\n author = \"Jeremy Howard\",\n title = \"Imagewang\",\n url = \"https://github.com/fastai/imagenette/\"\n }\n\nimagewang/full-size (default config)\n------------------------------------\n\n- **Download size** : `2.70 GiB`\n\n- **Dataset size** : `1.97 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\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\nimagewang/320px\n---------------\n\n- **Download size** : `638.80 MiB`\n\n- **Dataset size** : `460.81 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\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\nimagewang/160px\n---------------\n\n- **Download size** : `182.63 MiB`\n\n- **Dataset size** : `140.40 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\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..."]]