File size: 2,538 Bytes
ea4fe73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
  "inputs": [
    "images"
  ],
  "modules": {
    "asrn_recognition": {
      "config": {
        "args": {
          "BidirDecoder": true,
          "imgH": 32,
          "nc": 1,
          "nclass": 37,
          "nh": 256
        }
      },
      "type": "DeepTextRecognition.CustomASRNModel"
    },
    "morn_rectification": {
      "config": {
        "args": {
          "nc": 1,
          "targetH": 32,
          "targetW": 100
        }
      },
      "type": "DeepTextRecognition.CustomMORNModel"
    },
    "processing": {
      "config": {
        "args": {
          "channels_size": 1,
          "image_size": [
            32,
            100
          ],
          "normalize": [
            0.5,
            0.5
          ],
          "padding": "none",
          "resize_method": "bilinear"
        }
      },
      "type": "DeepTextRecognition.ImageProcessor"
    },
    "tokenizer": {
      "config": {
        "args": {
          "characters": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "a",
            "b",
            "c",
            "d",
            "e",
            "f",
            "g",
            "h",
            "i",
            "j",
            "k",
            "l",
            "m",
            "n",
            "o",
            "p",
            "q",
            "r",
            "s",
            "t",
            "u",
            "v",
            "w",
            "x",
            "y",
            "z",
            "$"
          ],
          "max_length": 20,
          "separator": ":"
        }
      },
      "type": "DeepTextRecognition.AttentionTokenizerModel"
    }
  },
  "order": [
    "processing",
    "morn_rectification",
    "asrn_recognition",
    "tokenizer"
  ],
  "outputs": [
    "tokenizer:labels"
  ],
  "routing": {
    "asrn_recognition": {
      "inputs": [
        "morn_rectification:rectified_images"
      ],
      "outputs": [
        "asrn_recognition:logits"
      ]
    },
    "morn_rectification": {
      "inputs": [
        "processing:processed_images"
      ],
      "outputs": [
        "morn_rectification:rectified_images"
      ]
    },
    "processing": {
      "inputs": [
        "images"
      ],
      "outputs": [
        "processing:processed_images"
      ]
    },
    "tokenizer": {
      "inputs": [
        "asrn_recognition:logits"
      ],
      "outputs": [
        "tokenizer:labels"
      ]
    }
  }
}