File size: 1,293 Bytes
b16374a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181a61a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
52
53
54
55
56
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: objects
    struct:
    - name: bbox
      list:
        list: int64
    - name: categories
      list:
        class_label:
          names:
            '0': avocado
            '1': rockmelon
            '2': apple
            '3': orange
            '4': strawberry
            '5': mango
            '6': capsicum
  splits:
  - name: train
    num_bytes: 549952890
    num_examples: 565
  download_size: 549981336
  dataset_size: 549952890
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# Fruit Detection Worldwide

A dataset for object detection of various fruits. The dataset contains 565 images with 3,132 bounding box annotations across 7 categories.

This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.

## Citation

```bibtex
@Article{s16081222,
AUTHOR = {Sa, Inkyu and Ge, Zongyuan and Dayoub, Feras and Upcroft, Ben and Perez, Tristan and McCool, Chris},
TITLE = {DeepFruits: A Fruit Detection System Using Deep Neural Networks},
JOURNAL = {Sensors},
VOLUME = {16},
YEAR = {2016},
NUMBER = {8},
ARTICLE-NUMBER = {1222},
URL = {https://www.mdpi.com/1424-8220/16/8/1222},
ISSN = {1424-8220},
DOI = {10.3390/s16081222}
}
```