Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,4 +29,43 @@ configs:
|
|
| 29 |
data_files:
|
| 30 |
- split: train
|
| 31 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
data_files:
|
| 30 |
- split: train
|
| 31 |
path: data/train-*
|
| 32 |
+
license: cc-by-4.0
|
| 33 |
+
task_categories:
|
| 34 |
+
- image-classification
|
| 35 |
+
size_categories:
|
| 36 |
+
- 1K<n<10K
|
| 37 |
---
|
| 38 |
+
|
| 39 |
+
# Sugarcane Leaf Disease Classification
|
| 40 |
+
|
| 41 |
+
A dataset for image classification of Sugarcane Leaf Disease Classification. The dataset contains 6,748 images across 11 classes: Banded Chlorosis, Brown Spot, BrownRust, Dried, Grassy shoot, Healthy, Pokkah Boeng, Sett Rot, Smut, Viral Disease, Yellow Leaf.
|
| 42 |
+
Images per class:
|
| 43 |
+
- Banded Chlorosis: 471
|
| 44 |
+
- Brown Spot: 1,722
|
| 45 |
+
- BrownRust: 314
|
| 46 |
+
- Dried: 343
|
| 47 |
+
- Grassy shoot: 346
|
| 48 |
+
- Healthy: 430
|
| 49 |
+
- Pokkah Boeng: 297
|
| 50 |
+
- Sett Rot: 652
|
| 51 |
+
- Smut: 316
|
| 52 |
+
- Viral Disease: 663
|
| 53 |
+
- Yellow Leaf: 1,194
|
| 54 |
+
|
| 55 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 56 |
+
|
| 57 |
+
## Citation
|
| 58 |
+
|
| 59 |
+
```bibtex
|
| 60 |
+
@article{thite2024sugarcane,
|
| 61 |
+
title={Sugarcane leaf dataset: A dataset for disease detection and classification for machine learning applications},
|
| 62 |
+
author={Thite, Sandip and Suryawanshi, Yogesh and Patil, Kailas and Chumchu, Prawit},
|
| 63 |
+
journal={Data in brief},
|
| 64 |
+
volume={53},
|
| 65 |
+
pages={110268},
|
| 66 |
+
year={2024},
|
| 67 |
+
publisher={Elsevier}
|
| 68 |
+
}
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
Thite, Sandip; Suryawanshi, Yogesh; PATIL, Kailas; chumchu, prawit (2023), “Sugarcane Leaf Image Dataset”, Mendeley Data, V1, doi: 10.17632/9twjtv92vk.1
|