File size: 929 Bytes
4f5e042
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "version": "1.1.0",
    "codebase": {
        "task": "Segmentation",
        "codebase": "mmseg",
        "version": "1.0.0",
        "pth": "../mmsegmentation/work_dirs/mobilenet_deeplab_drone/iter_96000.pth",
        "config": "../mmsegmentation/work_dirs/mobilenet_deeplab_drone/mobilenet_deeplab_drone.py"
    },
    "codebase_config": {
        "type": "mmseg",
        "task": "Segmentation",
        "with_argmax": true
    },
    "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": [
            416,
            416
        ],
        "optimize": true
    },
    "backend_config": {
        "type": "onnxruntime"
    },
    "calib_config": {}
}