Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -38,4 +38,31 @@ configs:
|
|
| 38 |
data_files:
|
| 39 |
- split: train
|
| 40 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
data_files:
|
| 39 |
- split: train
|
| 40 |
path: data/train-*
|
| 41 |
+
license: cc-by-4.0
|
| 42 |
+
task_categories:
|
| 43 |
+
- object-detection
|
| 44 |
+
size_categories:
|
| 45 |
+
- 1K<n<10K
|
| 46 |
---
|
| 47 |
+
|
| 48 |
+
# Weed Crop Detection
|
| 49 |
+
|
| 50 |
+
A dataset for object detection of weeds and crops in fields. The dataset contains 1,120 images with 17,693 bounding box annotations across 13 categories.
|
| 51 |
+
|
| 52 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 53 |
+
|
| 54 |
+
## Citation
|
| 55 |
+
|
| 56 |
+
```bibtex
|
| 57 |
+
@article{upadhyay2025weed,
|
| 58 |
+
title={Weed-crop dataset in precision agriculture: Resource for AI-based robotic weed control systems},
|
| 59 |
+
author={Upadhyay, Arjun and Mahecha, Maria Villamil and Mettler, Joseph and Howatt, Kirk and Aderholdt, William and Ostlie, Michael and Sun, Xin and others},
|
| 60 |
+
journal={Data in Brief},
|
| 61 |
+
volume={60},
|
| 62 |
+
pages={111486},
|
| 63 |
+
year={2025},
|
| 64 |
+
publisher={Elsevier}
|
| 65 |
+
}
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
Upadhyay, Arjun; G C, Sunil; Villamil Mahecha, Maria; Mettler, Joseph; Howatt, Kirk; Aderholdt, William; Ostlie, Michael; Sun, Xin (2025), “Weed-crop dataset in precision agriculture: Resource for AI-based robotic weed control systems”, Mendeley Data, V2, doi: 10.17632/mthv4ppwyw.2-->
|