Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,4 +34,45 @@ configs:
|
|
| 34 |
data_files:
|
| 35 |
- split: train
|
| 36 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
data_files:
|
| 35 |
- split: train
|
| 36 |
path: data/train-*
|
| 37 |
+
license: cc-by-4.0
|
| 38 |
+
task_categories:
|
| 39 |
+
- image-classification
|
| 40 |
+
size_categories:
|
| 41 |
+
- 10K<n<100K
|
| 42 |
---
|
| 43 |
+
# Maize Tomato Weed Classification
|
| 44 |
+
|
| 45 |
+
A dataset for classification of weeds and crops in maize and tomato fields. The dataset contains 55,828 images across 12 classes:
|
| 46 |
+
Images per class:
|
| 47 |
+
- atriplex: 2,459
|
| 48 |
+
- chenopodium: 3,375
|
| 49 |
+
- convolvulus: 2,302
|
| 50 |
+
- cyperus: 3,215
|
| 51 |
+
- datura: 1,271
|
| 52 |
+
- lolium: 1,063
|
| 53 |
+
- maize: 25,273
|
| 54 |
+
- portulaca: 2,052
|
| 55 |
+
- salsola: 2,409
|
| 56 |
+
- solanum: 4,084
|
| 57 |
+
- sorghum: 1,703
|
| 58 |
+
- tomato: 6,622
|
| 59 |
+
|
| 60 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 61 |
+
|
| 62 |
+
## Citation
|
| 63 |
+
|
| 64 |
+
```bibtex
|
| 65 |
+
@article{mesias2025drone,
|
| 66 |
+
title={Drone imagery dataset for early-season weed classification in maize and tomato crops},
|
| 67 |
+
author={Mes{\'\i}as-Ruiz, Gustavo A and Pe{\~n}a, Jos{\'e} M and de Castro, Ana I and Dorado, Jos{\'e}},
|
| 68 |
+
journal={Data in Brief},
|
| 69 |
+
volume={58},
|
| 70 |
+
pages={111203},
|
| 71 |
+
year={2025},
|
| 72 |
+
publisher={Elsevier}
|
| 73 |
+
}
|
| 74 |
+
```
|
| 75 |
+
|
| 76 |
+
Mesías-Ruiz, G. A., Peña Barragán, J. M., Castro, A. I. D., & Dorado, J. (2024). DIWEED: Drone Imagery dataset for early-season WEED classification [Data set]. DIGITAL.CSIC. http://doi.org/10.20350/DIGITALCSIC/16559
|
| 77 |
+
|
| 78 |
+
*This dataset was reformatted from its original format to match HuggingFace standards.*
|