i_naturalist2018
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
データセットには合計 8,142 種があり、437,513 のトレーニング画像と 24,426 の検証画像があります。各画像には 1 つのグラウンド トゥルース ラベルがあります。
スプリット | 例 |
---|
'test' | 149,394 |
'train' | 437,513 |
'validation' | 24,426 |
FeaturesDict({
'id': Text(shape=(), dtype=string),
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=8142),
'supercategory': ClassLabel(shape=(), dtype=int64, num_classes=14),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
ID | 文章 | | ストリング | |
画像 | 画像 | (なし、なし、3) | uint8 | |
ラベル | クラスラベル | | int64 | |
スーパーカテゴリ | クラスラベル | | int64 | |

\
@misc{inaturalist18,
Howpublished = {~\url{https://github.com/visipedia/inat_comp/tree/master/2018} },
Title = { {iNaturalist} 2018 competition dataset.},
Year = {2018},
key = { {iNaturalist} 2018 competition dataset},
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-06 UTC。
[null,null,["最終更新日 2022-12-06 UTC。"],[],[],null,["# i_naturalist2018\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThere are a total of 8,142 species in the dataset, with 437,513 training images,\nand 24,426 validation images. Each image has one ground truth label.\n\n- **Homepage** :\n \u003chttps://github.com/visipedia/inat_comp/tree/master/2018\u003e\n\n- **Source code** :\n [`tfds.image_classification.i_naturalist2018.INaturalist2018`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image_classification/i_naturalist2018/i_naturalist2018.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `158.38 GiB`\n\n- **Dataset size** : `158.89 GiB`\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'` | 149,394 |\n| `'train'` | 437,513 |\n| `'validation'` | 24,426 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'id': Text(shape=(), dtype=string),\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=8142),\n 'supercategory': ClassLabel(shape=(), dtype=int64, num_classes=14),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------------|--------------|-----------------|--------|-------------|\n| | FeaturesDict | | | |\n| id | Text | | string | |\n| image | Image | (None, None, 3) | uint8 | |\n| label | ClassLabel | | int64 | |\n| supercategory | 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 \\\n @misc{inaturalist18,\n Howpublished = {~\\url{https://github.com/visipedia/inat_comp/tree/master/2018} },\n Title = { {iNaturalist} 2018 competition dataset.},\n Year = {2018},\n key = { {iNaturalist} 2018 competition dataset},\n }"]]