Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,3 +25,19 @@ configs:
|
|
| 25 |
- split: train
|
| 26 |
path: data/train-*
|
| 27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
- split: train
|
| 26 |
path: data/train-*
|
| 27 |
---
|
| 28 |
+
# Grape Detection Californiaday
|
| 29 |
+
|
| 30 |
+
A dataset for object detection of grape bunches. The dataset contains 126 images with 1,478 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 |
+
@misc{GrapeDay,
|
| 38 |
+
author = {Plant AI and Biophysics Lab},
|
| 39 |
+
title = {Grape Detection 2019 Day},
|
| 40 |
+
year = {2019},
|
| 41 |
+
url = {https://github.com/plant-ai-biophysics-lab/AgML}
|
| 42 |
+
}
|
| 43 |
+
```
|