Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -52,7 +52,59 @@ configs:
|
|
| 52 |
- split: train
|
| 53 |
path: augmented/train-*
|
| 54 |
- config_name: raw
|
|
|
|
| 55 |
data_files:
|
| 56 |
- split: train
|
| 57 |
path: raw/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
- split: train
|
| 53 |
path: augmented/train-*
|
| 54 |
- config_name: raw
|
| 55 |
+
default: true
|
| 56 |
data_files:
|
| 57 |
- split: train
|
| 58 |
path: raw/train-*
|
| 59 |
+
license: cc-by-4.0
|
| 60 |
+
task_categories:
|
| 61 |
+
- image-classification
|
| 62 |
+
size_categories:
|
| 63 |
+
- 1K<n<10K
|
| 64 |
---
|
| 65 |
+
|
| 66 |
+
# Banana Leaf Nutrient Classification
|
| 67 |
+
|
| 68 |
+
A dataset for classification of Banana leaf nutrient deficiencies. The dataset contains raw and augmented versions.
|
| 69 |
+
The raw dataset contains 5,348 images.
|
| 70 |
+
Images per class:
|
| 71 |
+
- Boron: 173
|
| 72 |
+
- Calcium: 794
|
| 73 |
+
- Healthy: 1,584
|
| 74 |
+
- Iron: 151
|
| 75 |
+
- Magnesium: 288
|
| 76 |
+
- Manganese: 24
|
| 77 |
+
- Potassium: 381
|
| 78 |
+
- Sulphur: 1,240
|
| 79 |
+
- Zinc: 713
|
| 80 |
+
|
| 81 |
+
The augmented dataset contains 12,747 images.
|
| 82 |
+
Images per class:
|
| 83 |
+
- Boron: 1,384
|
| 84 |
+
- Calcium: 1,588
|
| 85 |
+
- Healthy: 1,586
|
| 86 |
+
- Iron: 1,359
|
| 87 |
+
- Magnesium: 1,440
|
| 88 |
+
- Manganese: 1,200
|
| 89 |
+
- Potassium: 1,524
|
| 90 |
+
- Sulphur: 1,240
|
| 91 |
+
- Zinc: 1,426
|
| 92 |
+
|
| 93 |
+
|
| 94 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 95 |
+
|
| 96 |
+
## Citation
|
| 97 |
+
|
| 98 |
+
```bibtex
|
| 99 |
+
@article{sunitha2023fully,
|
| 100 |
+
title={A fully labelled image dataset of banana leaves deficient in nutrients},
|
| 101 |
+
author={Sunitha, P and Uma, B and Channakeshava, S and Suresh Babu, CS},
|
| 102 |
+
journal={Data in Brief},
|
| 103 |
+
volume={48},
|
| 104 |
+
pages={109155},
|
| 105 |
+
year={2023},
|
| 106 |
+
publisher={Elsevier}
|
| 107 |
+
}
|
| 108 |
+
```
|
| 109 |
+
|
| 110 |
+
p, sunitha; B, Uma; Babu C S, Suresh ; S, Channakeshava (2025), “Images of Nutrient Deficient Banana Plant Leaves”, Mendeley Data, V2, doi: 10.17632/7vpdrbdkd4.2
|