Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
default: true
|
| 5 |
+
features:
|
| 6 |
+
- name: image
|
| 7 |
+
dtype: image
|
| 8 |
+
- name: label
|
| 9 |
+
dtype:
|
| 10 |
+
class_label:
|
| 11 |
+
names:
|
| 12 |
+
'0': earlyblt
|
| 13 |
+
'1': healthy
|
| 14 |
+
'2': lateblt
|
| 15 |
+
license: cc-by-4.0
|
| 16 |
+
task_categories:
|
| 17 |
+
- image-classification
|
| 18 |
+
size_categories:
|
| 19 |
+
- 10K<n<100K
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# Potato Leaf Blight Classification
|
| 23 |
+
|
| 24 |
+
A dataset for disease classification of Irish Potato leaves. The dataset contains 58,709 images across 3 classes: earlyblt, healthy, lateblt.
|
| 25 |
+
Images per class:
|
| 26 |
+
- earlyblt: 17,772
|
| 27 |
+
- healthy: 20,438
|
| 28 |
+
- lateblt: 20,499
|
| 29 |
+
|
| 30 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 31 |
+
|
| 32 |
+
## Citation
|
| 33 |
+
|
| 34 |
+
```bibtex
|
| 35 |
+
@article{laizer2025irish,
|
| 36 |
+
title={Irish potato imagery dataset for detection of early and late blight diseases},
|
| 37 |
+
author={Laizer, Hudson and Mduma, Neema},
|
| 38 |
+
journal={Data in Brief},
|
| 39 |
+
volume={60},
|
| 40 |
+
pages={111549},
|
| 41 |
+
year={2025},
|
| 42 |
+
publisher={Elsevier}
|
| 43 |
+
}
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
Laizer, H., Mduma, N., Machuve, D., Lyimo, T., Babirye, C., Swai, J., & Siwingwa, A. (2023). Irish Potato Imagery Dataset for Early Detection of Crop Diseases (Version 01) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.8286529
|