Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,4 +30,32 @@ configs:
|
|
| 30 |
data_files:
|
| 31 |
- split: train
|
| 32 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
data_files:
|
| 31 |
- split: train
|
| 32 |
path: data/train-*
|
| 33 |
+
license: cc-by-4.0
|
| 34 |
+
task_categories:
|
| 35 |
+
- object-detection
|
| 36 |
+
size_categories:
|
| 37 |
+
- 1K<n<10K
|
| 38 |
---
|
| 39 |
+
# Coffee Detection
|
| 40 |
+
|
| 41 |
+
A dataset for object detection of coffee beans. The dataset contains 3,254 images with 126,840 bounding box annotations across 5 categories.
|
| 42 |
+
|
| 43 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 44 |
+
|
| 45 |
+
## Citation
|
| 46 |
+
|
| 47 |
+
```bibtex
|
| 48 |
+
@article{sanya2024coffee,
|
| 49 |
+
title={Coffee and cashew nut dataset: A dataset for detection, classification, and yield estimation for machine learning applications},
|
| 50 |
+
author={Sanya, Rahman and Nabiryo, Ann Lisa and Tusubira, Jeremy Francis and Murindanyi, Sudi and Katumba, Andrew and Nakatumba-Nabende, Joyce},
|
| 51 |
+
journal={Data in Brief},
|
| 52 |
+
volume={52},
|
| 53 |
+
pages={109952},
|
| 54 |
+
year={2024},
|
| 55 |
+
publisher={Elsevier}
|
| 56 |
+
}
|
| 57 |
+
```
|
| 58 |
+
|
| 59 |
+
Nakatumba-Nabende, Joyce; Katumba, Andrew; Sanya, Rahman; Tusubira, Jeremy; Murindanyi, Sudi; Namanya, Gloria; Nabiryo, Ann (2023), “Coffee and Cashew Nut Dataset”, Mendeley Data, V1, doi: 10.17632/r46c6bpfpf.1
|
| 60 |
+
|
| 61 |
+
*This dataset was reformatted from its original format to match HuggingFace standards.*
|