ONNX
Eric-23xd commited on
Commit
eed5c5e
·
verified ·
1 Parent(s): 2d162e4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -3,8 +3,8 @@
3
  "onnx-file" : "photilines_v2.onnx",
4
  "architecture": "deeplabv3",
5
  "patch_size": "512",
6
- "classes" : {
7
  "lines"
8
- }
9
  "version" : "2"
10
  }
 
3
  "onnx-file" : "photilines_v2.onnx",
4
  "architecture": "deeplabv3",
5
  "patch_size": "512",
6
+ "classes" : [
7
  "lines"
8
+ ],
9
  "version" : "2"
10
  }