Matthijs commited on
Commit
6605c37
1 Parent(s): b87ff2b

add annotations

Browse files
README.md CHANGED
@@ -2,6 +2,7 @@
2
  pretty_name: Snacks
3
  task_categories:
4
  - image-classification
 
5
  - computer-vision
6
  license: cc-by-4.0
7
  ---
@@ -52,6 +53,21 @@ watermelon 350
52
 
53
  To save space in the download, the images were resized so that their smallest side is 256 pixels. All EXIF information was removed.
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  ## Licensing Information
56
 
57
  Just like the images from Google Open Images, the snacks dataset is licensed under the terms of the Creative Commons license.
 
2
  pretty_name: Snacks
3
  task_categories:
4
  - image-classification
5
+ - object-detection
6
  - computer-vision
7
  license: cc-by-4.0
8
  ---
 
53
 
54
  To save space in the download, the images were resized so that their smallest side is 256 pixels. All EXIF information was removed.
55
 
56
+ ### Annotations
57
+
58
+ Included in the **annotations** folder are three CSV files with bounding box annotations for the images in the dataset, although not all images have annotations and some images have multiple annotations.
59
+
60
+ The columns in the CSV files are:
61
+
62
+ - `image_id`: the filename of the image without the .jpg extension
63
+ - `x_min, x_max, y_min, y_max`: normalized bounding box coordinates, i.e. in the range [0, 1]
64
+ - `class_name`: the class that belongs to the bounding box
65
+ - `folder`: the class that belongs to the image as a whole, which is also the name of the folder that contains the image
66
+
67
+ ### Data Splits
68
+
69
+ Train, Test, Validation
70
+
71
  ## Licensing Information
72
 
73
  Just like the images from Google Open Images, the snacks dataset is licensed under the terms of the Creative Commons license.
annotations/test.csv ADDED
The diff for this file is too large to render. See raw diff
 
annotations/train.csv ADDED
The diff for this file is too large to render. See raw diff
 
annotations/val.csv ADDED
The diff for this file is too large to render. See raw diff