Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,4 +31,37 @@ configs:
|
|
| 31 |
data_files:
|
| 32 |
- split: train
|
| 33 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
data_files:
|
| 32 |
- split: train
|
| 33 |
path: data/train-*
|
| 34 |
+
license: cc-by-4.0
|
| 35 |
+
task_categories:
|
| 36 |
+
- image-classification
|
| 37 |
+
size_categories:
|
| 38 |
+
- 1K<n<10K
|
| 39 |
---
|
| 40 |
+
|
| 41 |
+
# VegNet Quality Classification
|
| 42 |
+
|
| 43 |
+
A dataset for quality classification of various crops. The dataset contains 6,150 images across 5 classes: Damaged, Dried, Old, Ripe, Unripe.
|
| 44 |
+
Images per class:
|
| 45 |
+
- Damaged: 317
|
| 46 |
+
- Dried: 1,389
|
| 47 |
+
- Old: 2,044
|
| 48 |
+
- Ripe: 1,787
|
| 49 |
+
- Unripe: 613
|
| 50 |
+
|
| 51 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 52 |
+
|
| 53 |
+
## Citation
|
| 54 |
+
|
| 55 |
+
```bibtex
|
| 56 |
+
@article{suryawanshi2022vegnet,
|
| 57 |
+
title={VegNet: dataset of vegetable quality images for machine learning applications},
|
| 58 |
+
author={Suryawanshi, Yogesh and Patil, Kailas and Chumchu, Prawit},
|
| 59 |
+
journal={Data in Brief},
|
| 60 |
+
volume={45},
|
| 61 |
+
pages={108657},
|
| 62 |
+
year={2022},
|
| 63 |
+
publisher={Elsevier}
|
| 64 |
+
}
|
| 65 |
+
```
|
| 66 |
+
|
| 67 |
+
Suryawanshi, Yogesh; PATIL, Kailas; Chumchu, Prawit (2022), “VegNet: Vegetable Dataset with quality (Unripe, Ripe, Old, Dried and Damaged)”, Mendeley Data, V1, doi: 10.17632/6nxnjbn9w6.1
|