Update README.md
Browse files
README.md
CHANGED
|
@@ -25,3 +25,18 @@ configs:
|
|
| 25 |
- split: train
|
| 26 |
path: data/train-*
|
| 27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
- split: train
|
| 26 |
path: data/train-*
|
| 27 |
---
|
| 28 |
+
# Apple Detection Usa
|
| 29 |
+
|
| 30 |
+
A dataset for object detection of apples. The dataset contains 2,290 images with 15,439 bounding box annotations across 1 category.
|
| 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{karkee2019apple,
|
| 38 |
+
title={Apple Dataset Benchmark from Orchard Environment in Modern Fruiting Wall},
|
| 39 |
+
author={Karkee, Manoj and Bhusal, Santosh and Zhang, Qin},
|
| 40 |
+
year={2019}
|
| 41 |
+
}
|
| 42 |
+
```
|