Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
default: true
|
| 5 |
+
features:
|
| 6 |
+
- name: image
|
| 7 |
+
dtype: image
|
| 8 |
+
- name: label
|
| 9 |
+
dtype:
|
| 10 |
+
class_label:
|
| 11 |
+
names:
|
| 12 |
+
'0': Class_A
|
| 13 |
+
'1': Class_B
|
| 14 |
+
'2': Defect
|
| 15 |
+
- name: crop_type
|
| 16 |
+
dtype: string
|
| 17 |
+
license: cc-by-4.0
|
| 18 |
+
task_categories:
|
| 19 |
+
- image-classification
|
| 20 |
+
size_categories:
|
| 21 |
+
- 1K<n<10K
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# Banana Guava Quality Classification
|
| 25 |
+
|
| 26 |
+
A dataset for quality classification of bananas and guavas. The dataset contains 1,748 images across 3 classes: Class_A, Class_B, Defect.
|
| 27 |
+
Images per class:
|
| 28 |
+
- Class_A: 671
|
| 29 |
+
- Class_B: 469
|
| 30 |
+
- Defect: 608
|
| 31 |
+
|
| 32 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 33 |
+
|
| 34 |
+
## Citation
|
| 35 |
+
|
| 36 |
+
```bibtex
|
| 37 |
+
@article{kumari2024banana,
|
| 38 |
+
title={Banana and Guava dataset for machine learning and deep learning-based quality classification},
|
| 39 |
+
author={Kumari, Abiban and Singh, Jaswinder},
|
| 40 |
+
journal={Data in Brief},
|
| 41 |
+
volume={57},
|
| 42 |
+
pages={111025},
|
| 43 |
+
year={2024},
|
| 44 |
+
publisher={Elsevier}
|
| 45 |
+
}
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
KUMARI, ABIBAN; Singh, Jaswinder (2024), “Fruits (Banana and Guava) datasets for non-destructive quality classifications”, Mendeley Data, V2, doi: 10.17632/56td5w4wz2.2
|