ディープウィード
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
DeepWeeds データセットは、オーストラリア原産の 8 つの異なる雑草種と近隣の植物をその場で捉えた 17,509 枚の画像で構成されています。選択された雑草種は、クイーンズランド州全域の牧歌的な草原に生息しています。画像は、クイーンズランド州全域の次の場所の雑草の蔓延から収集されました。 「ブラック・リバー」、「チャーターズ・タワーズ」、「クルーデン」、「ダグラス」、「ハービー・レンジ」、「ケルソー」、「マッキンレー」、「パルマ」。
FeaturesDict({
'image': Image(shape=(256, 256, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=9),
})
特徴 | クラス | 形 | Dタイプ | 説明 |
---|
| 特徴辞書 | | | |
画像 | 画像 | (256, 256, 3) | uint8 | |
ラベル | クラスラベル | | int64 | |

@article{DeepWeeds2019,
author = {Alex Olsen and
Dmitry A. Konovalov and
Bronson Philippa and
Peter Ridd and
Jake C. Wood and
Jamie Johns and
Wesley Banks and
Benjamin Girgenti and
Owen Kenny and
James Whinney and
Brendan Calvert and
Mostafa {Rahimi Azghadi} and
Ronald D. White},
title = { {DeepWeeds: A Multiclass Weed Species Image Dataset for Deep Learning} },
journal = {Scientific Reports},
year = 2019,
number = 2058,
month = 2,
volume = 9,
issue = 1,
day = 14,
url = "https://doi.org/10.1038/s41598-018-38343-3",
doi = "10.1038/s41598-018-38343-3"
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-01 UTC。
[null,null,["最終更新日 2024-06-01 UTC。"],[],[],null,["# deep_weeds\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThe DeepWeeds dataset consists of 17,509 images capturing eight different weed\nspecies native to Australia in situ with neighbouring flora.The selected weed\nspecies are local to pastoral grasslands across the state of Queensland.The\nimages were collected from weed infestations at the following sites across\nQueensland: \"Black River\", \"Charters Towers\", \"Cluden\", \"Douglas\", \"Hervey\nRange\", \"Kelso\", \"McKinlay\" and \"Paluma\".\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/deepweeds)\n\n- **Homepage** :\n \u003chttps://github.com/AlexOlsen/DeepWeeds\u003e\n\n- **Source code** :\n [`tfds.image_classification.DeepWeeds`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image_classification/deep_weeds.py)\n\n- **Versions**:\n\n - `2.0.0`: Fixes wrong labels in V1.\n - **`3.0.0`** (default): Update download URL.\n- **Download size** : `469.32 MiB`\n\n- **Dataset size** : `469.99 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| `'train'` | 17,509 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(256, 256, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=9),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|---------------|-------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (256, 256, 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 @article{DeepWeeds2019,\n author = {Alex Olsen and\n Dmitry A. Konovalov and\n Bronson Philippa and\n Peter Ridd and\n Jake C. Wood and\n Jamie Johns and\n Wesley Banks and\n Benjamin Girgenti and\n Owen Kenny and\n James Whinney and\n Brendan Calvert and\n Mostafa {Rahimi Azghadi} and\n Ronald D. White},\n title = { {DeepWeeds: A Multiclass Weed Species Image Dataset for Deep Learning} },\n journal = {Scientific Reports},\n year = 2019,\n number = 2058,\n month = 2,\n volume = 9,\n issue = 1,\n day = 14,\n url = \"https://doi.org/10.1038/s41598-018-38343-3\",\n doi = \"10.1038/s41598-018-38343-3\"\n }"]]