hr16's picture
Upload 5 files
c60c581
raw
history blame contribute delete
No virus
1.25 kB
{
"version": "1.2.0",
"codebase": {
"task": "PoseDetection",
"codebase": "mmpose",
"version": "1.1.0",
"pth": "https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-ap10k_pt-aic-coco_210e-256x256-7a041aa1_20230206.pth",
"config": "../mmpose-wb/projects/rtmpose/rtmpose/animal_2d_keypoint/rtmpose-m_8xb64-210e_ap10k-256x256.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"
},
"calib_config": {}
}