File size: 1,113 Bytes
3e76208 |
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 |
{
"version": "1.3.0",
"codebase": {
"task": "TextDetection",
"codebase": "mmocr",
"version": "1.0.1",
"pth": "dbnet_resnet18_fpnc_1200e_icdar2015_20220825_221614-7c0e94f2.pth",
"config": "dbnet_resnet18_fpnc_1200e_icdar2015.py"
},
"codebase_config": {
"type": "mmocr",
"task": "TextDetection"
},
"onnx_config": {
"type": "onnx",
"export_params": true,
"keep_initializers_as_inputs": false,
"opset_version": 11,
"save_file": "end2end.onnx",
"input_names": [
"input"
],
"output_names": [
"output"
],
"input_shape": null,
"optimize": true,
"dynamic_axes": {
"input": {
"0": "batch",
"2": "height",
"3": "width"
},
"output": {
"0": "batch",
"2": "height",
"3": "width"
}
}
},
"backend_config": {
"type": "onnxruntime"
},
"calib_config": {}
} |