Upload 2 files
Browse files- LhasaKanjur.onnx +3 -0
- config.json +10 -0
LhasaKanjur.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc7f36ba89c3559115ac12341950f1c174db275c2ddd8e88c8fceacf7fb9cdd7
|
| 3 |
+
size 151794915
|
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"onnx-model": "LhasaKanjur.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 |
+
}
|