Xenova HF staff commited on
Commit
3e8a9b8
1 Parent(s): 1baf536

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,3 +1,3 @@
1
- {
2
- "model_type": "movenet"
3
  }
 
1
+ {
2
+ "model_type": "movenet"
3
  }
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061f18f3096a7dedddc5fc65eba4343368b5d002da3f5b7612597344f37f8350
3
+ size 9413287
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0dde8904bc1088eca749c48b411a890edc53708aefb262a14bc950fd0576fc2
3
+ size 4787581
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bef13b3da241fe1302d247fd9363bbbf09ea4f02344372a09f73921b2f9ec01
3
+ size 2788976
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061f18f3096a7dedddc5fc65eba4343368b5d002da3f5b7612597344f37f8350
3
+ size 9413287
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5021097f4e9a4be612f2feb1d7d998f4a07b2ab3dbee0e8717e059c00315587f
3
+ size 2789017
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5021097f4e9a4be612f2feb1d7d998f4a07b2ab3dbee0e8717e059c00315587f
3
+ size 2789017
quantize_config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fp16": {},
3
+ "q8": {
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Add",
8
+ "ArgMax",
9
+ "BatchNormalization",
10
+ "Cast",
11
+ "Clip",
12
+ "Concat",
13
+ "Conv",
14
+ "Div",
15
+ "GatherND",
16
+ "Mul",
17
+ "Pow",
18
+ "Relu",
19
+ "Reshape",
20
+ "Resize",
21
+ "Sigmoid",
22
+ "Split",
23
+ "Sqrt",
24
+ "Squeeze",
25
+ "Sub",
26
+ "Transpose",
27
+ "Unsqueeze"
28
+ ],
29
+ "weight_type": "QUInt8"
30
+ }
31
+ },
32
+ "per_channel": false,
33
+ "reduce_range": false
34
+ },
35
+ "int8": {
36
+ "per_model_config": {
37
+ "model": {
38
+ "op_types": [
39
+ "Add",
40
+ "ArgMax",
41
+ "BatchNormalization",
42
+ "Cast",
43
+ "Clip",
44
+ "Concat",
45
+ "Conv",
46
+ "Div",
47
+ "GatherND",
48
+ "Mul",
49
+ "Pow",
50
+ "Relu",
51
+ "Reshape",
52
+ "Resize",
53
+ "Sigmoid",
54
+ "Split",
55
+ "Sqrt",
56
+ "Squeeze",
57
+ "Sub",
58
+ "Transpose",
59
+ "Unsqueeze"
60
+ ],
61
+ "weight_type": "QInt8"
62
+ }
63
+ },
64
+ "per_channel": false,
65
+ "reduce_range": false
66
+ },
67
+ "uint8": {
68
+ "per_model_config": {
69
+ "model": {
70
+ "op_types": [
71
+ "Add",
72
+ "ArgMax",
73
+ "BatchNormalization",
74
+ "Cast",
75
+ "Clip",
76
+ "Concat",
77
+ "Conv",
78
+ "Div",
79
+ "GatherND",
80
+ "Mul",
81
+ "Pow",
82
+ "Relu",
83
+ "Reshape",
84
+ "Resize",
85
+ "Sigmoid",
86
+ "Split",
87
+ "Sqrt",
88
+ "Squeeze",
89
+ "Sub",
90
+ "Transpose",
91
+ "Unsqueeze"
92
+ ],
93
+ "weight_type": "QUInt8"
94
+ }
95
+ },
96
+ "per_channel": false,
97
+ "reduce_range": false
98
+ },
99
+ "q4": {
100
+ "block_size": 32,
101
+ "is_symmetric": true,
102
+ "accuracy_level": null
103
+ },
104
+ "bnb4": {
105
+ "block_size": 64,
106
+ "quant_type": 1
107
+ }
108
+ }