de-htr-web / config.json
naeyn's picture
Publish DE·HTR browser release
ba5f2cf verified
Raw
History Blame Contribute Delete
604 Bytes
{
"format_version": 1,
"model": "model.onnx",
"input_name": "images",
"output_name": "log_probs",
"image_height": 64,
"max_width": 2048,
"output_stride": 4,
"blank_index": 0,
"alphabet": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿōال–’”",
"normalization": {
"mean": [0.485, 0.456, 0.406],
"std": [0.229, 0.224, 0.225]
}
}