ONNX
Eric-23xd commited on
Commit
f7a6bda
·
verified ·
1 Parent(s): 830b896

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -11
config.json CHANGED
@@ -1,12 +1,13 @@
1
- {
2
- "checkpoint": "photi.pth",
3
- "onnx-model": "photi.onnx",
4
- "patch_size": 512,
5
- "classes": [
6
- "background",
7
- "image",
8
- "line",
9
- "margin",
10
- "caption"
11
- ]
 
12
  }
 
1
+ {
2
+ "checkpoint": "photi.pth",
3
+ "onnx-model": "photi.onnx",
4
+ "architecture": "deeplabv3",
5
+ "patch_size": 512,
6
+ "classes": [
7
+ "background",
8
+ "image",
9
+ "line",
10
+ "margin",
11
+ "caption"
12
+ ]
13
  }