deep_weeds
Stay organized with collections
Save and categorize content based on your preferences.
The DeepWeeds dataset consists of 17,509 images capturing eight different weed
species native to Australia in situ with neighbouring flora.The selected weed
species are local to pastoral grasslands across the state of Queensland.The
images were collected from weed infestations at the following sites across
Queensland: "Black River", "Charters Towers", "Cluden", "Douglas", "Hervey
Range", "Kelso", "McKinlay" and "Paluma".
Split |
Examples |
'train' |
17,509 |
FeaturesDict({
'image': Image(shape=(256, 256, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=9),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
image |
Image |
(256, 256, 3) |
uint8 |
|
label |
ClassLabel |
|
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"
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-01 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 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 }"]]