File size: 1,459 Bytes
52857f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
46
47
48
49
50
51
52
53
54
55
56
57
{
    "version": "1.3.0",
    "codebase": {
        "task": "PoseDetection",
        "codebase": "mmpose",
        "version": "1.2.0",
        "pth": "/content/dwpose_ckpts/dw-mm_ucoco.pth",
        "config": "mmpose/configs/wholebody_2d_keypoint/rtmpose/ubody/rtmpose-m_8xb64-270e_coco-ubody-wholebody-256x192.py"
    },
    "codebase_config": {
        "type": "mmpose",
        "task": "PoseDetection"
    },
    "onnx_config": {
        "type": "onnx",
        "export_params": true,
        "keep_initializers_as_inputs": false,
        "opset_version": 11,
        "save_file": "end2end.onnx",
        "input_names": [
            "input"
        ],
        "output_names": [
            "simcc_x",
            "simcc_y"
        ],
        "input_shape": [
            192,
            256
        ],
        "optimize": true,
        "dynamic_axes": {
            "input": {
                "0": "batch"
            },
            "simcc_x": {
                "0": "batch"
            },
            "simcc_y": {
                "0": "batch"
            }
        }
    },
    "backend_config": {
        "type": "onnxruntime",
        "precision": "fp16",
        "common_config": {
            "min_positive_val": 1e-07,
            "max_finite_val": 10000.0,
            "keep_io_types": false,
            "disable_shape_infer": false,
            "op_block_list": null,
            "node_block_list": null
        }
    },
    "calib_config": {}
}