dda71427 commited on
Commit
afbf3be
·
verified ·
1 Parent(s): 6846f13

Create image_classification.json

Browse files
Files changed (1) hide show
  1. image_classification.json +14 -0
image_classification.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "image": "images/cup_001.jpg",
4
+ "label": "cup"
5
+ },
6
+ {
7
+ "image": "images/bottle_002.jpg",
8
+ "label": "bottle"
9
+ },
10
+ {
11
+ "image": "images/box_003.jpg",
12
+ "label": "box"
13
+ }
14
+ ]