Skip to content

Commit bed303b

Browse files
committed
recipe(vitpose): add stanfordmimi/synthpose-vitpose-base-hf
1 parent e7509b1 commit bed303b

2 files changed

Lines changed: 106 additions & 0 deletions

File tree

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"export": {
3+
"opset_version": 17,
4+
"batch_size": 1,
5+
"export_params": true,
6+
"do_constant_folding": true,
7+
"verbose": false,
8+
"dynamo": false,
9+
"enable_hierarchy_tags": true,
10+
"clean_onnx": false,
11+
"hierarchy_tag_format": "full",
12+
"input_tensors": [
13+
{
14+
"name": "pixel_values",
15+
"dtype": "float32",
16+
"shape": [
17+
1,
18+
3,
19+
256,
20+
192
21+
],
22+
"value_range": [
23+
0,
24+
1
25+
]
26+
}
27+
],
28+
"output_tensors": [
29+
{
30+
"name": "heatmaps"
31+
}
32+
]
33+
},
34+
"optim": {},
35+
"quant": {
36+
"mode": "fp16",
37+
"samples": 10,
38+
"calibration_method": "minmax",
39+
"weight_type": "uint8",
40+
"activation_type": "uint8",
41+
"per_channel": false,
42+
"symmetric": false,
43+
"weight_symmetric": null,
44+
"activation_symmetric": null,
45+
"save_calibration": false,
46+
"distribution": "uniform",
47+
"seed": null,
48+
"calibration_load_path": null,
49+
"calibration_save_path": null,
50+
"op_types_to_quantize": null,
51+
"nodes_to_exclude": null,
52+
"task": "keypoint-detection",
53+
"model_id": "stanfordmimi/synthpose-vitpose-base-hf",
54+
"model_type": "vitpose",
55+
"fp16_keep_io_types": true,
56+
"fp16_op_block_list": null
57+
},
58+
"compile": null,
59+
"loader": {
60+
"task": "keypoint-detection",
61+
"model_class": "VitPoseForPoseEstimation",
62+
"model_type": "vitpose"
63+
}
64+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"export": {
3+
"opset_version": 17,
4+
"batch_size": 1,
5+
"export_params": true,
6+
"do_constant_folding": true,
7+
"verbose": false,
8+
"dynamo": false,
9+
"enable_hierarchy_tags": true,
10+
"clean_onnx": false,
11+
"hierarchy_tag_format": "full",
12+
"input_tensors": [
13+
{
14+
"name": "pixel_values",
15+
"dtype": "float32",
16+
"shape": [
17+
1,
18+
3,
19+
256,
20+
192
21+
],
22+
"value_range": [
23+
0,
24+
1
25+
]
26+
}
27+
],
28+
"output_tensors": [
29+
{
30+
"name": "heatmaps"
31+
}
32+
]
33+
},
34+
"optim": {},
35+
"quant": null,
36+
"compile": null,
37+
"loader": {
38+
"task": "keypoint-detection",
39+
"model_class": "VitPoseForPoseEstimation",
40+
"model_type": "vitpose"
41+
}
42+
}

0 commit comments

Comments
 (0)