Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,11 +12,11 @@ dataset_info:
|
|
| 12 |
list:
|
| 13 |
class_label:
|
| 14 |
names:
|
| 15 |
-
'0':
|
| 16 |
-
'1':
|
| 17 |
-
'2':
|
| 18 |
-
'3':
|
| 19 |
-
'4':
|
| 20 |
splits:
|
| 21 |
- name: train
|
| 22 |
num_bytes: 887034006
|
|
@@ -28,4 +28,31 @@ configs:
|
|
| 28 |
data_files:
|
| 29 |
- split: train
|
| 30 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
list:
|
| 13 |
class_label:
|
| 14 |
names:
|
| 15 |
+
'0': bud
|
| 16 |
+
'1': flower
|
| 17 |
+
'2': early-fruit
|
| 18 |
+
'3': mid-growth
|
| 19 |
+
'4': mature
|
| 20 |
splits:
|
| 21 |
- name: train
|
| 22 |
num_bytes: 887034006
|
|
|
|
| 28 |
data_files:
|
| 29 |
- split: train
|
| 30 |
path: data/train-*
|
| 31 |
+
license: cc-by-4.0
|
| 32 |
+
task_categories:
|
| 33 |
+
- object-detection
|
| 34 |
+
size_categories:
|
| 35 |
+
- 1K<n<10K
|
| 36 |
---
|
| 37 |
+
|
| 38 |
+
# Pomegranate Growth Detection
|
| 39 |
+
|
| 40 |
+
A dataset for object detection of Pomegranates as they grow. The dataset contains 5,857 images with 11,484 bounding box annotations across 5 categories.
|
| 41 |
+
|
| 42 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 43 |
+
|
| 44 |
+
## Citation
|
| 45 |
+
|
| 46 |
+
```bibtex
|
| 47 |
+
@article{zhao2023dataset,
|
| 48 |
+
title={A dataset of pomegranate growth stages for machine learning-based monitoring and analysis},
|
| 49 |
+
author={Zhao, Jifei and Almodfer, Rolla and Wu, Xiaoying and Wang, Xinfa},
|
| 50 |
+
journal={Data in brief},
|
| 51 |
+
volume={50},
|
| 52 |
+
pages={109468},
|
| 53 |
+
year={2023},
|
| 54 |
+
publisher={Elsevier}
|
| 55 |
+
}
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
Zhao, Jifei; Almodfer, Rolla (2023), “Pomegranate Images Dataset”, Mendeley Data, V5, doi: 10.17632/kgwsthf2w6.5
|