| --- |
| dataset_info: |
| features: |
| - name: image |
| dtype: image |
| - name: objects |
| struct: |
| - name: bbox |
| list: |
| list: float64 |
| - name: categories |
| list: |
| class_label: |
| names: |
| '0': grape |
| splits: |
| - name: train |
| num_bytes: 20197241 |
| num_examples: 150 |
| download_size: 20198642 |
| dataset_size: 20197241 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-* |
| --- |
| |
| # Grape Detection Californianight |
|
|
| A dataset for object detection of grape bucnhes. The dataset contains 150 images with 2,630 bounding box annotations across 1 category. |
|
|
| This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library. |
|
|
| ## Citation |
|
|
| ```bibtex |
| @misc{GrapeNight, |
| author = {Plant AI and Biophysics Lab}, |
| title = {Grape Detection 2020 Night}, |
| year = {2020}, |
| url = {https://github.com/plant-ai-biophysics-lab/AgML} |
| } |
| ``` |