Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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': Bad
|
| 14 |
+
'1': Good
|
| 15 |
+
- config_name: augmented
|
| 16 |
+
data_dir: augmented
|
| 17 |
+
features:
|
| 18 |
+
- name: image
|
| 19 |
+
dtype: image
|
| 20 |
+
- name: label
|
| 21 |
+
dtype:
|
| 22 |
+
class_label:
|
| 23 |
+
names:
|
| 24 |
+
'0': Bad
|
| 25 |
+
'1': Good
|
| 26 |
+
license: cc-by-4.0
|
| 27 |
+
task_categories:
|
| 28 |
+
- image-classification
|
| 29 |
+
size_categories:
|
| 30 |
+
- 10K<n<100K
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
# Efficientmaize Classification
|
| 34 |
+
|
| 35 |
+
A dataset for quality classification of maize. The dataset contains raw and augmented versions.
|
| 36 |
+
The raw dataset contains 4,846 images.
|
| 37 |
+
Images per class:
|
| 38 |
+
- Bad: 2,211
|
| 39 |
+
- Good: 2,635
|
| 40 |
+
|
| 41 |
+
The augmented dataset contains 28,899 images.
|
| 42 |
+
Images per class:
|
| 43 |
+
- Bad: 13,246
|
| 44 |
+
- Good: 15,653
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 48 |
+
|
| 49 |
+
## Citation
|
| 50 |
+
|
| 51 |
+
```bibtex
|
| 52 |
+
@article{asante2024efficientmaize,
|
| 53 |
+
title={EfficientMaize: A lightweight dataset for maize classification on resource-constrained devices},
|
| 54 |
+
author={Asante, Emmanuel and Appiah, Obed and Appiahene, Peter and Adu, Kwabena},
|
| 55 |
+
journal={Data in Brief},
|
| 56 |
+
volume={54},
|
| 57 |
+
pages={110261},
|
| 58 |
+
year={2024},
|
| 59 |
+
publisher={Elsevier}
|
| 60 |
+
}
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
Asante, Emmanuel ; Appiah, Obed; APPIAHENE, PETER (2023), “Lightweight Dataset for Maize Classification on Resource-Constrained Devices”, Mendeley Data, V2, doi: 10.17632/r6vvm5jkh6.2
|