narugo commited on
Commit
3e76208
1 Parent(s): 9e39903

Upload dbnet_resnet18_fpnc_1200e_icdar2015/detail.json with huggingface_hub

Browse files
dbnet_resnet18_fpnc_1200e_icdar2015/detail.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.3.0",
3
+ "codebase": {
4
+ "task": "TextDetection",
5
+ "codebase": "mmocr",
6
+ "version": "1.0.1",
7
+ "pth": "dbnet_resnet18_fpnc_1200e_icdar2015_20220825_221614-7c0e94f2.pth",
8
+ "config": "dbnet_resnet18_fpnc_1200e_icdar2015.py"
9
+ },
10
+ "codebase_config": {
11
+ "type": "mmocr",
12
+ "task": "TextDetection"
13
+ },
14
+ "onnx_config": {
15
+ "type": "onnx",
16
+ "export_params": true,
17
+ "keep_initializers_as_inputs": false,
18
+ "opset_version": 11,
19
+ "save_file": "end2end.onnx",
20
+ "input_names": [
21
+ "input"
22
+ ],
23
+ "output_names": [
24
+ "output"
25
+ ],
26
+ "input_shape": null,
27
+ "optimize": true,
28
+ "dynamic_axes": {
29
+ "input": {
30
+ "0": "batch",
31
+ "2": "height",
32
+ "3": "width"
33
+ },
34
+ "output": {
35
+ "0": "batch",
36
+ "2": "height",
37
+ "3": "width"
38
+ }
39
+ }
40
+ },
41
+ "backend_config": {
42
+ "type": "onnxruntime"
43
+ },
44
+ "calib_config": {}
45
+ }