Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,3 +33,57 @@ configs:
|
|
| 33 |
- split: test
|
| 34 |
path: data/test-*
|
| 35 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
- split: test
|
| 34 |
path: data/test-*
|
| 35 |
---
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
dataset_name: bean-disease-uganda
|
| 40 |
+
annotations_creators:
|
| 41 |
+
- expert-generated
|
| 42 |
+
language_creators:
|
| 43 |
+
- found
|
| 44 |
+
task_categories:
|
| 45 |
+
- image-classification
|
| 46 |
+
- computer-vision
|
| 47 |
+
task_ids:
|
| 48 |
+
- image-classification
|
| 49 |
+
language:
|
| 50 |
+
- en
|
| 51 |
+
license: mit
|
| 52 |
+
pretty_name: Bean Disease Uganda
|
| 53 |
+
tags:
|
| 54 |
+
- agriculture
|
| 55 |
+
- plant-disease
|
| 56 |
+
- imagefolder
|
| 57 |
+
- beans
|
| 58 |
+
- field-data
|
| 59 |
+
- smartphone-images
|
| 60 |
+
- open-access
|
| 61 |
+
---
|
| 62 |
+
|
| 63 |
+
# Bean Disease Uganda Dataset
|
| 64 |
+
|
| 65 |
+
This dataset contains images of bean leaves categorized into three classes: `angular_leaf_spot`, `bean_rust`, and `healthy`. It is intended for training and evaluating image classification models for plant disease detection.
|
| 66 |
+
|
| 67 |
+
## Source
|
| 68 |
+
|
| 69 |
+
The original images were collected by the [Makerere AI Lab](https://github.com/AI-Lab-Makerere/ibean) in collaboration with the [National Crops Resources Research Institute (NaCRRI)](https://www.nacrri.go.ug/). Images were taken in the field using smartphones and annotated by agricultural experts during collection.
|
| 70 |
+
|
| 71 |
+
## Structure
|
| 72 |
+
|
| 73 |
+
- `train/`, `validation/`, and `test/` splits
|
| 74 |
+
- Each split contains subfolders for the three classes
|
| 75 |
+
- Images are in JPEG format, 500x500 pixels
|
| 76 |
+
|
| 77 |
+
## License
|
| 78 |
+
|
| 79 |
+
MIT License (inherited from the original [ibean GitHub repository](https://github.com/AI-Lab-Makerere/ibean))
|
| 80 |
+
|
| 81 |
+
## Acknowledgments
|
| 82 |
+
|
| 83 |
+
This dataset builds on the foundational work of the Makerere AI Lab and NaCRRI. It is intended to make the data more accessible and usable via the Hugging Face Hub.
|
| 84 |
+
|
| 85 |
+
## Citation
|
| 86 |
+
|
| 87 |
+
If you use this dataset, please cite:
|
| 88 |
+
|
| 89 |
+
> Makerere AI Lab. "Bean disease dataset." January 2020. https://github.com/AI-Lab-Makerere/ibean/
|