CoolFace
Modelpublic

BDRC/Woodblock

sourceHugging Facecc-by-nc-4.0updated 10mo agoView on Hugging Face
0likes
model_config.json98 linesDownload Raw Back to root
1{2  "version": "2",3  "onnx-model": "OCRModel.onnx",4  "architecture": "Easter2",5  "input_width": 3200,6  "input_height": 100,7  "input_layer": "input",8  "output_layer": "output",9  "squeeze_channel_dim": "yes",10  "swap_hw": "no",11  "encoder": "wylie",12  "add_blank": "yes",13  "charset": [14    "!",15    "#",16    "%",17    "'",18    "°",19    "^",20    "$",21    "`",22    "(",23    ")",24    "+",25    "-",26    ".",27    "/",28    "0",29    "1",30    "2",31    "3",32    "4",33    "5",34    "6",35    "7",36    "8",37    "9",38    ":",39    "=",40    "?",41    "@",42    "A",43    "D",44    "H",45    "I",46    "M",47    "N",48    "R",49    "S",50    "T",51    "U",52    "W",53    "X",54    "Y",55    "[",56    "\\",57    "]",58    "_",59    "a",60    "b",61    "c",62    "d",63    "e",64    "f",65    "g",66    "h",67    "i",68    "j",69    "k",70    "l",71    "m",72    "n",73    "o",74    "p",75    "r",76    "s",77    "t",78    "u",79    "w",80    "y",81    "x",82    "z",83    "|",84    "~",85    "§",86    "&",87    "ä",88    "ü",89    "ö",90    "<",91    ">",92    ";",93    "卍",94    "卐",95    "ऽ",96    "}"97  ]98}