Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
default: true
|
| 5 |
+
features:
|
| 6 |
+
- name: image
|
| 7 |
+
dtype: image
|
| 8 |
+
- name: objects
|
| 9 |
+
sequence:
|
| 10 |
+
- name: bbox
|
| 11 |
+
list: float32
|
| 12 |
+
- name: categories
|
| 13 |
+
dtype: int32
|
| 14 |
+
license: cc-by-4.0
|
| 15 |
+
task_categories:
|
| 16 |
+
- object-detection
|
| 17 |
+
size_categories:
|
| 18 |
+
- n<1K
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# GYMNSA Pear Rust Detection
|
| 22 |
+
|
| 23 |
+
A dataset for object detection of pear rust on leaevs. The dataset contains 746 images with 16,251 bounding box annotations across 1 category.
|
| 24 |
+
|
| 25 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 26 |
+
|
| 27 |
+
## Citation
|
| 28 |
+
|
| 29 |
+
```bibtex
|
| 30 |
+
@article{mass2025annotated,
|
| 31 |
+
title={Annotated image dataset with different stages of European pear rust for UAV-based automated symptom detection in orchards},
|
| 32 |
+
author={Ma{\ss}, Virginia and Alirezazadeh, Pendar and Seidl-Schulz, Johannes and Leipnitz, Matthias and Fritzsche, Eric and Ibraheem, Rasheed Ali Adam and Geyer, Martin and Pflanz, Michael and Reim, Stefanie},
|
| 33 |
+
journal={Data in Brief},
|
| 34 |
+
volume={58},
|
| 35 |
+
pages={111271},
|
| 36 |
+
year={2025},
|
| 37 |
+
publisher={Elsevier}
|
| 38 |
+
}
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
Maß, Virginia; Alirezazadeh, Pendar; Seidl-Schulz, Johannes; Leipnitz, Matthias; Fritzsche, Eric; Ibraheem, Rasheed Ali Adam; Geyer, Martin; Pflanz, Michael; Reim, Stefanie (2024), “GYMNSA dataset”, Mendeley Data, V1, doi: 10.17632/44kjgc4gkc.1
|