Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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': Anthracnose
|
| 13 |
+
'1': Bacterial-Spot
|
| 14 |
+
'2': Downy-Mildew
|
| 15 |
+
'3': Healthy-Leaf
|
| 16 |
+
'4': Pest-Damage
|
| 17 |
+
license: cc-by-4.0
|
| 18 |
+
task_categories:
|
| 19 |
+
- image-classification
|
| 20 |
+
size_categories:
|
| 21 |
+
- 1K<n<10K
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# IDDMSLD Spinach Leaf Disease Classification
|
| 25 |
+
|
| 26 |
+
A dataset for disease classification of spinach leaves. The dataset contains 3,006 images across 5 classes: Anthracnose, Bacterial-Spot, Downy-Mildew, Healthy-Leaf, Pest-Damage.
|
| 27 |
+
Images per class:
|
| 28 |
+
- Anthracnose: 102
|
| 29 |
+
- Bacterial-Spot: 752
|
| 30 |
+
- Downy-Mildew: 240
|
| 31 |
+
- Healthy-Leaf: 1,399
|
| 32 |
+
- Pest-Damage: 513
|
| 33 |
+
|
| 34 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 35 |
+
|
| 36 |
+
## Citation
|
| 37 |
+
|
| 38 |
+
```bibtex
|
| 39 |
+
@article{sayeem2025iddmsld,
|
| 40 |
+
title={IDDMSLD: An image dataset for detecting Malabar spinach leaf diseases},
|
| 41 |
+
author={Sayeem, Adnan Rahman and Omi, Jannatul Ferdous and Hasan, Mehedi and Mojumdar, Mayen Uddin and Chakraborty, Narayan Ranjan},
|
| 42 |
+
journal={Data in Brief},
|
| 43 |
+
volume={58},
|
| 44 |
+
pages={111293},
|
| 45 |
+
year={2025},
|
| 46 |
+
publisher={Elsevier}
|
| 47 |
+
}
|
| 48 |
+
```
|
| 49 |
+
|
| 50 |
+
Sayeem , Adnan Rahman; Omi , Jannatul Ferdous; Hasan , Mehedi; Mojumdar, Mayen Uddin (2024), “Malabar Spinach Disease Detection Dataset”, Mendeley Data, V2, doi: 10.17632/sy69db2nz5.2
|