File size: 3,575 Bytes
127b0f6
2898b26
f68ba53
2898b26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1314e95
2898b26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f68ba53
2898b26
 
127b0f6
2898b26
f68ba53
2898b26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f68ba53
2898b26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f68ba53
2898b26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
---
annotations_creators:
 - self
language_creators:
- found
language:
- en
license:
- unknown
multilinguality:
- monolingual
size_categories:
- n<1K
source_datasets:
- original
task_categories:
- object-detection
task_ids: []
paperswithcode_id: food
pretty_name: food
tags:
- food
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: image
    dtype: Image
  - name: width
    dtype: int32
  - name: height
    dtype: int32
  - name: objects
    sequence:
    - name: id
      dtype: int64
    - name: area
      dtype: int64
    - name: bbox
      sequence: float32
      length: 4
    - name: category
      dtype:
        class_label:
          names:
            '1': Broccoli
            '2': Tomato
            '3': Potato
---

# Dataset Card for Food

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
  - [Annotations](#annotations)
  - [Personal and Sensitive Information](#personal-and-sensitive-information)

## Dataset Description



### Dataset Summary

Sample dataset with vegetable annotations

### Supported Tasks and Leaderboards

- `object-detection`: The dataset can be used to train a model for Object Detection. 

### Languages

English

## Dataset Structure
[More Information Needed]

### Data Instances

A data point comprises an image and its object annotations.

```
{
  'image_id': 75,
  'image': Test_233.jpg,
  'width': 620,
  'height': 350,
  'objects': {
    'id': [212,213,214,215,216,217], 
    'area': [9138.402799999996,7127.4616,8837.071,7997.723299999998,7590.117599999998,8844.078],
    'bbox': [
      [245.82,165.21,95.63,95.56],
      [363.72,100.47,84.08,84.77],
      [ 154.88,99.7,91.01,97.1],
      [308.24,8.77,89.47,89.39]
    ], 
    'category': [2, 2, 2, 2]
  }
}
```

### Data Fields

- `image`: the image id
- `image`: `image name`
- `width`: the image width
- `height`: the image height
- `objects`: a dictionary containing bounding box metadata for the objects present on the image
  - `id`: the annotation id
  - `area`: the area of the bounding box
  - `bbox`: the object's bounding box (in the [coco](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#coco) format)
  - `category`: the object's category:`Broccoli` (1),`Tomato` (2),`Potato` (3)

### Data Splits

The data is not split

## Dataset Creation

### Curation Rationale

[More Information Needed]

### Source Data

#### Initial Data Collection and Normalization

[More Information Needed]

#### Who are the source language producers?

The images for this dataset were collected from Flickr and Google Images.

### Annotations

#### Annotation process

The dataset was labelled : Broccoli, Tomato, Potato

#### Who are the annotators?

Hadassah did the annotations using CVAT tool.

### Personal and Sensitive Information

[More Information Needed]

## Considerations for Using the Data

### Social Impact of Dataset

[More Information Needed]

### Discussion of Biases

[More Information Needed]

### Other Known Limitations

[More Information Needed]

## Additional Information

### Dataset Curators
[More Information Needed]

### Licensing Information

[More Information Needed]

### Citation Information

### Contributions