Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,4 +25,31 @@ configs:
|
|
| 25 |
data_files:
|
| 26 |
- split: train
|
| 27 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
data_files:
|
| 26 |
- split: train
|
| 27 |
path: data/train-*
|
| 28 |
+
license: cc-by-4.0
|
| 29 |
+
task_categories:
|
| 30 |
+
- object-detection
|
| 31 |
+
size_categories:
|
| 32 |
+
- n<1K
|
| 33 |
---
|
| 34 |
+
# Maize Individual Detection
|
| 35 |
+
|
| 36 |
+
A dataset for object detection of individual maize from a uav. The dataset contains 27 images with 8,701 bounding box annotations across 1 category.
|
| 37 |
+
|
| 38 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 39 |
+
|
| 40 |
+
## Citation
|
| 41 |
+
|
| 42 |
+
```bibtex
|
| 43 |
+
@article{sangjan2026matchplant,
|
| 44 |
+
title={MatchPlant: An Open-Source Pipeline for UAV-Based Single-Plant Detection from Undistorted Images with Orthomosaic Projection},
|
| 45 |
+
author={Sangjan, Worasit and Pandey, Piyush and Best, Norman B. and Washburn, Jacob D.},
|
| 46 |
+
journal={Smart Agricultural Technology},
|
| 47 |
+
volume={15},
|
| 48 |
+
pages={102421},
|
| 49 |
+
year={2026},
|
| 50 |
+
publisher={Elsevier}
|
| 51 |
+
}
|
| 52 |
+
```
|
| 53 |
+
Sangjan, W., Pandey, P., Best, N., & Washburn, J. (2025). MatchPlant: An Open-Source Pipeline for UAV-Based Single-Plant Detection from Undistorted Images with Orthomosaic Projection [Dataset]. Zenodo. https://doi.org/10.5281/zenodo.14856123
|
| 54 |
+
|
| 55 |
+
*This dataset was reformatted from its original format to match HuggingFace standards.*
|