Skip to content

Commit

Permalink
Update examples/classification
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jan 26, 2020
1 parent 14b599b commit dd4c3c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
17 changes: 4 additions & 13 deletions examples/classification/data_annotated/0001.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
{
"version": "4.0.0",
"flags": {
"__ignore__": false,
"cat": true,
"dog": false
},
"shapes": [],
"lineColor": [
0,
255,
0,
128
],
"fillColor": [
255,
0,
0,
128
],
"imagePath": "0001.jpg",
"imageData": null
"imageData": null,
"imageHeight": 480,
"imageWidth": 640
}
9 changes: 6 additions & 3 deletions examples/classification/data_annotated/0002.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"version": "4.0.0",
"flags": {
"__ignore__": false,
"cat": false,
"dog": true
},
"shapes": [],
"imagePath": "0002.jpg",
"imageData": null,
"imageHeight": 480,
"imageWidth": 640,
"lineColor": [
0,
255,
Expand All @@ -16,7 +21,5 @@
0,
0,
128
],
"imagePath": "0002.jpg",
"imageData": null
]
}

0 comments on commit dd4c3c5

Please sign in to comment.