Upload 3 files
Browse files- README.md +3 -0
- Woodblock.onnx +3 -0
- config.json +10 -0
README.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
Woodblock.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:692309d1bcf6dfc52dc8bfe5f5f67ba71e364e19644efd3b81b1685c5f9a0056
|
3 |
+
size 151799497
|
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"onnx-model": "WoodblockMixed.onnx",
|
3 |
+
"input_width": 2000,
|
4 |
+
"input_height": 80,
|
5 |
+
"input_layer": "images",
|
6 |
+
"output_layer": "Final",
|
7 |
+
"squeeze_channel_dim": "yes",
|
8 |
+
"swap_hw": "yes",
|
9 |
+
"charset": "!#%'`()+-./0123456789:=?@ADHIMNRSTUWXY[\\]_abcdefghijklmnoprstuwyz|~§&äüö<>;}"
|
10 |
+
}
|