File size: 604 Bytes
483b03e ba5f2cf 483b03e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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]
}
}
|