File size: 991 Bytes
e0ec03b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13ed3d4
 
 
 
e0ec03b
b7520ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
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: 359907663
    num_examples: 126
  download_size: 359916180
  dataset_size: 359907663
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
task_categories:
- object-detection
size_categories:
- n<1K
---
# Grape Detection Californiaday

A dataset for object detection of grape bunches. The dataset contains 126 images with 1,478 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{GrapeDay,
author    = {Plant AI and Biophysics Lab},
title     = {Grape Detection 2019 Day},
year      = {2019},
url       = {https://github.com/plant-ai-biophysics-lab/AgML}
}
```