Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: raw
|
| 4 |
+
default: true
|
| 5 |
+
data_dir: raw
|
| 6 |
+
features:
|
| 7 |
+
- name: image
|
| 8 |
+
dtype: image
|
| 9 |
+
- name: label
|
| 10 |
+
dtype:
|
| 11 |
+
class_label:
|
| 12 |
+
names:
|
| 13 |
+
'0': Black Spot
|
| 14 |
+
'1': Healthy Leaf
|
| 15 |
+
'2': Insect Hole
|
| 16 |
+
'3': Yellow Mosaic Virus
|
| 17 |
+
- config_name: preprocessed
|
| 18 |
+
data_dir: preprocessed
|
| 19 |
+
features:
|
| 20 |
+
- name: image
|
| 21 |
+
dtype: image
|
| 22 |
+
- name: label
|
| 23 |
+
dtype:
|
| 24 |
+
class_label:
|
| 25 |
+
names:
|
| 26 |
+
'0': Black Spot
|
| 27 |
+
'1': Healthy Leaf
|
| 28 |
+
'2': Insect Hole
|
| 29 |
+
'3': Yellow Mosaic Virus
|
| 30 |
+
license: cc-by-4.0
|
| 31 |
+
task_categories:
|
| 32 |
+
- image-classification
|
| 33 |
+
size_categories:
|
| 34 |
+
- 1K<n<10K
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
# Rose Leaf Disease Classification
|
| 38 |
+
|
| 39 |
+
A dataset for classification of Rose leaf disease. The dataset contains raw and preprocessed versions.
|
| 40 |
+
The dataset contains 3,228 images.
|
| 41 |
+
Images per class:
|
| 42 |
+
- Black Spot: 409
|
| 43 |
+
- Healthy Leaf: 1,686
|
| 44 |
+
- Insect Hole: 453
|
| 45 |
+
- Yellow Mosaic Virus: 680
|
| 46 |
+
|
| 47 |
+
The preprocessed version has had images scaled down to 3000x3000, and backgrounds standardized.
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 51 |
+
|
| 52 |
+
## Citation
|
| 53 |
+
|
| 54 |
+
```bibtex
|
| 55 |
+
@article{shacha2025roseleafinsight,
|
| 56 |
+
title={RoseLeafInsight: A high-resolution image dataset for rose leaf disease recognition},
|
| 57 |
+
author={Shacha, Arnob Das and Durjoy, Sabbir Hossain and ShikderKamal, Md Emon Mostafa and Shoib, Md Mehedi Hasan and Bijoy, Md Hasan Imam},
|
| 58 |
+
journal={Data in Brief},
|
| 59 |
+
pages={111968},
|
| 60 |
+
year={2025},
|
| 61 |
+
publisher={Elsevier}
|
| 62 |
+
}```
|
| 63 |
+
|
| 64 |
+
Shacha, Arnob Das; Durjoy, Sabbir Hossain; Shikder, Md Emon; Kamal, MD Mostafa; Shoib, Md Mehedi Hasan; Bijoy, Md Hasan Imam (2025), “RoseLeafInsight: A High-Resolution Image Dataset for Rose Leaf Disease Recognition”, Mendeley Data, V1, doi: 10.17632/8chrjdxn79.1
|