Matthijs Hollemans commited on
Commit
76754a5
1 Parent(s): 8461e9b

add images

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +2 -0
  2. README.md +50 -0
  3. credits.csv +0 -0
  4. test/apple/00341c3c5825fc7e.jpg +0 -0
  5. test/apple/004be96d7985d83e.jpg +0 -0
  6. test/apple/01ac2a42f2a22ee7.jpg +0 -0
  7. test/apple/03bfc0b1cc6bde63.jpg +0 -0
  8. test/apple/09ed54b36eaa5316.jpg +0 -0
  9. test/apple/0f8670e41c97c8cb.jpg +0 -0
  10. test/apple/137591bb5ac95a5e.jpg +0 -0
  11. test/apple/1382c47d4df56b77.jpg +0 -0
  12. test/apple/1acfd560a4424e04.jpg +0 -0
  13. test/apple/1db0cb75f37d6cba.jpg +0 -0
  14. test/apple/1e5a5b8fbd4ca698.jpg +0 -0
  15. test/apple/1ef79535f0645f1f.jpg +0 -0
  16. test/apple/2011d826e9ba42ac.jpg +0 -0
  17. test/apple/26170762a4777de6.jpg +0 -0
  18. test/apple/275f429194a6683a.jpg +0 -0
  19. test/apple/27706823aee8d883.jpg +0 -0
  20. test/apple/2c264be5e4d157bf.jpg +0 -0
  21. test/apple/332e03a2441a803b.jpg +0 -0
  22. test/apple/3485e0b69848c5b9.jpg +0 -0
  23. test/apple/358f229aa8895684.jpg +0 -0
  24. test/apple/3908a17d509bf36c.jpg +0 -0
  25. test/apple/3d29662970a70658.jpg +0 -0
  26. test/apple/4686e33b56653b9c.jpg +0 -0
  27. test/apple/4b3a282b7f4bdad1.jpg +0 -0
  28. test/apple/555f563b48ec9183.jpg +0 -0
  29. test/apple/671292276d92cee4.jpg +0 -0
  30. test/apple/70d4890ac04a702a.jpg +0 -0
  31. test/apple/72d180f7445b817c.jpg +0 -0
  32. test/apple/741462a3482a68b4.jpg +0 -0
  33. test/apple/79c8f1a27741eddb.jpg +0 -0
  34. test/apple/87e88ea71a9c8a71.jpg +0 -0
  35. test/apple/8c29e8a262805137.jpg +0 -0
  36. test/apple/8f2c0ef78304476b.jpg +0 -0
  37. test/apple/91bdc8cf6a190404.jpg +0 -0
  38. test/apple/94de58da0f25a821.jpg +0 -0
  39. test/apple/953a08e8cfa4dfce.jpg +0 -0
  40. test/apple/a53301ea630edba6.jpg +0 -0
  41. test/apple/a5c601a55c21ca46.jpg +0 -0
  42. test/apple/ae6be536a932a749.jpg +0 -0
  43. test/apple/af47707f6a316088.jpg +0 -0
  44. test/apple/b1ce6250dad71e9e.jpg +0 -0
  45. test/apple/b3c07c92bf698a4f.jpg +0 -0
  46. test/apple/b876d59ba12ccabc.jpg +0 -0
  47. test/apple/c1c62046befcff01.jpg +0 -0
  48. test/apple/c90f57a9d8fceb90.jpg +0 -0
  49. test/apple/cc30cf6b3a56cdd9.jpg +0 -0
  50. test/apple/cd5d140218805739.jpg +0 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
1
+ .DS_Store
2
+
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+ # Snacks dataset
6
+
7
+ This is a dataset of 20 different types of snack foods that accompanies the book [Machine Learning by Tutorials](https://www.raywenderlich.com/books/machine-learning-by-tutorials/v2.0).
8
+
9
+ The images were taken from the [Google Open Images dataset](https://storage.googleapis.com/openimages/web/index.html), release 2017_11.
10
+
11
+ Number of images in the train/validation/test splits:
12
+
13
+ ```nohighlight
14
+ train 4838
15
+ val 955
16
+ test 952
17
+ total 6745
18
+ ```
19
+
20
+ Total images in each category:
21
+
22
+ ```nohighlight
23
+ apple 350
24
+ banana 350
25
+ cake 349
26
+ candy 349
27
+ carrot 349
28
+ cookie 349
29
+ doughnut 350
30
+ grape 350
31
+ hot dog 350
32
+ ice cream 350
33
+ juice 350
34
+ muffin 348
35
+ orange 349
36
+ pineapple 340
37
+ popcorn 260
38
+ pretzel 204
39
+ salad 350
40
+ strawberry 348
41
+ waffle 350
42
+ watermelon 350
43
+ ```
44
+
45
+ To save space in the download, the images were resized so that their smallest side is 256 pixels. All EXIF information was removed.
46
+
47
+ Just like the images from Google Open Images, the snacks dataset is licensed under the terms of the Creative Commons license.
48
+
49
+ The images are listed as having a [CC BY 2.0](https://creativecommons.org/licenses/by/2.0/) license.
50
+
51
+ The annotations are licensed by Google Inc. under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
52
+
53
+ The **credits.csv** file contains the original URL, author information and license for each image.
credits.csv ADDED
The diff for this file is too large to render. See raw diff
test/apple/00341c3c5825fc7e.jpg ADDED
test/apple/004be96d7985d83e.jpg ADDED
test/apple/01ac2a42f2a22ee7.jpg ADDED
test/apple/03bfc0b1cc6bde63.jpg ADDED
test/apple/09ed54b36eaa5316.jpg ADDED
test/apple/0f8670e41c97c8cb.jpg ADDED
test/apple/137591bb5ac95a5e.jpg ADDED
test/apple/1382c47d4df56b77.jpg ADDED
test/apple/1acfd560a4424e04.jpg ADDED
test/apple/1db0cb75f37d6cba.jpg ADDED
test/apple/1e5a5b8fbd4ca698.jpg ADDED
test/apple/1ef79535f0645f1f.jpg ADDED
test/apple/2011d826e9ba42ac.jpg ADDED
test/apple/26170762a4777de6.jpg ADDED
test/apple/275f429194a6683a.jpg ADDED
test/apple/27706823aee8d883.jpg ADDED
test/apple/2c264be5e4d157bf.jpg ADDED
test/apple/332e03a2441a803b.jpg ADDED
test/apple/3485e0b69848c5b9.jpg ADDED
test/apple/358f229aa8895684.jpg ADDED
test/apple/3908a17d509bf36c.jpg ADDED
test/apple/3d29662970a70658.jpg ADDED
test/apple/4686e33b56653b9c.jpg ADDED
test/apple/4b3a282b7f4bdad1.jpg ADDED
test/apple/555f563b48ec9183.jpg ADDED
test/apple/671292276d92cee4.jpg ADDED
test/apple/70d4890ac04a702a.jpg ADDED
test/apple/72d180f7445b817c.jpg ADDED
test/apple/741462a3482a68b4.jpg ADDED
test/apple/79c8f1a27741eddb.jpg ADDED
test/apple/87e88ea71a9c8a71.jpg ADDED
test/apple/8c29e8a262805137.jpg ADDED
test/apple/8f2c0ef78304476b.jpg ADDED
test/apple/91bdc8cf6a190404.jpg ADDED
test/apple/94de58da0f25a821.jpg ADDED
test/apple/953a08e8cfa4dfce.jpg ADDED
test/apple/a53301ea630edba6.jpg ADDED
test/apple/a5c601a55c21ca46.jpg ADDED
test/apple/ae6be536a932a749.jpg ADDED
test/apple/af47707f6a316088.jpg ADDED
test/apple/b1ce6250dad71e9e.jpg ADDED
test/apple/b3c07c92bf698a4f.jpg ADDED
test/apple/b876d59ba12ccabc.jpg ADDED
test/apple/c1c62046befcff01.jpg ADDED
test/apple/c90f57a9d8fceb90.jpg ADDED
test/apple/cc30cf6b3a56cdd9.jpg ADDED
test/apple/cd5d140218805739.jpg ADDED