narugo's picture
Upload models
9357e07
raw
history blame contribute delete
No virus
1.12 kB
{
"version": "1.3.0",
"codebase": {
"task": "TextDetection",
"codebase": "mmocr",
"version": "1.0.1",
"pth": "dbnet_resnet50-oclip_1200e_icdar2015_20221102_115917-bde8c87a.pth",
"config": "dbnet_resnet50-oclip_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": {}
}