Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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': cercospora
|
| 14 |
+
'1': healthy
|
| 15 |
+
'2': mites_and_trips
|
| 16 |
+
'3': nutritional
|
| 17 |
+
'4': powdery mildew
|
| 18 |
+
- config_name: augmented
|
| 19 |
+
data_dir: augmented
|
| 20 |
+
features:
|
| 21 |
+
- name: image
|
| 22 |
+
dtype: image
|
| 23 |
+
- name: label
|
| 24 |
+
dtype:
|
| 25 |
+
class_label:
|
| 26 |
+
names:
|
| 27 |
+
'0': cercospora
|
| 28 |
+
'1': healthy
|
| 29 |
+
'2': mites_and_trips
|
| 30 |
+
'3': nutritional
|
| 31 |
+
'4': powdery mildew
|
| 32 |
+
license: cc-by-4.0
|
| 33 |
+
task_categories:
|
| 34 |
+
- image-classification
|
| 35 |
+
size_categories:
|
| 36 |
+
- 10K<n<100K
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
# COLD Chili Leaf Disease Classification
|
| 40 |
+
|
| 41 |
+
A dataset for disease classification of chili leaves. The dataset contains raw and augmented versions.
|
| 42 |
+
The raw dataset contains 532 images.
|
| 43 |
+
Images per class:
|
| 44 |
+
- cercospora: 152
|
| 45 |
+
- healthy: 69
|
| 46 |
+
- mites_and_trips: 107
|
| 47 |
+
- nutritional: 102
|
| 48 |
+
- powdery mildew: 102
|
| 49 |
+
|
| 50 |
+
The augmented dataset contains 10,974 images.
|
| 51 |
+
Images per class:
|
| 52 |
+
- cercospora: 2,217
|
| 53 |
+
- healthy: 2,195
|
| 54 |
+
- mites_and_trips: 2,504
|
| 55 |
+
- nutritional: 2,029
|
| 56 |
+
- powdery mildew: 2,029
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 60 |
+
|
| 61 |
+
## Citation
|
| 62 |
+
|
| 63 |
+
```bibtex
|
| 64 |
+
@article{aishwarya2024dataset,
|
| 65 |
+
title={Dataset of chilli and onion plant leaf images for classification and detection},
|
| 66 |
+
author={Aishwarya, MP and Reddy, A Padmanabha},
|
| 67 |
+
journal={Data in Brief},
|
| 68 |
+
volume={54},
|
| 69 |
+
pages={110524},
|
| 70 |
+
year={2024},
|
| 71 |
+
publisher={Elsevier}
|
| 72 |
+
}
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
M P, Aishwarya; Reddy, Padmanabha (2024), “chilli dataset”, Mendeley Data, V2, doi: 10.17632/tf9dtfz9m6.2
|