Xenova HF staff commited on
Commit
733c0ed
1 Parent(s): 2f8df0c

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,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:a277655bff0ca8b97e9d7df53c05c5d64e73a1114b9f4cf38b8804f6ffa8d752
3
+ size 19049188
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d68fd1bc72a5ceb9d4b189c92a5766b809933c2bc8e56b9badc91ae40bbd34f
3
+ size 9651987
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c01a3e7cc5c94bc8ea2a612265d366486774988f24d89cbf1a7338f0f5a7794f
3
+ size 5263529
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a277655bff0ca8b97e9d7df53c05c5d64e73a1114b9f4cf38b8804f6ffa8d752
3
+ size 19049188
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbbc2a5eed8dde08c469d9e1702d299964055d0f7012d663a9f246d1b1310f5c
3
+ size 5263565
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbbc2a5eed8dde08c469d9e1702d299964055d0f7012d663a9f246d1b1310f5c
3
+ size 5263565
quantize_config.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fp16": {},
3
+ "q8": {
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Abs",
8
+ "Add",
9
+ "And",
10
+ "ArgMax",
11
+ "BatchNormalization",
12
+ "Cast",
13
+ "Clip",
14
+ "Concat",
15
+ "Conv",
16
+ "Div",
17
+ "Equal",
18
+ "Exp",
19
+ "Expand",
20
+ "Gather",
21
+ "GatherND",
22
+ "Greater",
23
+ "Less",
24
+ "Max",
25
+ "MaxPool",
26
+ "Min",
27
+ "Mul",
28
+ "Not",
29
+ "Pow",
30
+ "Range",
31
+ "Reciprocal",
32
+ "ReduceMax",
33
+ "ReduceSum",
34
+ "Relu",
35
+ "Reshape",
36
+ "Resize",
37
+ "Shape",
38
+ "Sigmoid",
39
+ "Size",
40
+ "Slice",
41
+ "Split",
42
+ "Squeeze",
43
+ "Sub",
44
+ "Tile",
45
+ "TopK",
46
+ "Transpose",
47
+ "Unsqueeze"
48
+ ],
49
+ "weight_type": "QUInt8"
50
+ }
51
+ },
52
+ "per_channel": false,
53
+ "reduce_range": false
54
+ },
55
+ "int8": {
56
+ "per_model_config": {
57
+ "model": {
58
+ "op_types": [
59
+ "Abs",
60
+ "Add",
61
+ "And",
62
+ "ArgMax",
63
+ "BatchNormalization",
64
+ "Cast",
65
+ "Clip",
66
+ "Concat",
67
+ "Conv",
68
+ "Div",
69
+ "Equal",
70
+ "Exp",
71
+ "Expand",
72
+ "Gather",
73
+ "GatherND",
74
+ "Greater",
75
+ "Less",
76
+ "Max",
77
+ "MaxPool",
78
+ "Min",
79
+ "Mul",
80
+ "Not",
81
+ "Pow",
82
+ "Range",
83
+ "Reciprocal",
84
+ "ReduceMax",
85
+ "ReduceSum",
86
+ "Relu",
87
+ "Reshape",
88
+ "Resize",
89
+ "Shape",
90
+ "Sigmoid",
91
+ "Size",
92
+ "Slice",
93
+ "Split",
94
+ "Squeeze",
95
+ "Sub",
96
+ "Tile",
97
+ "TopK",
98
+ "Transpose",
99
+ "Unsqueeze"
100
+ ],
101
+ "weight_type": "QInt8"
102
+ }
103
+ },
104
+ "per_channel": false,
105
+ "reduce_range": false
106
+ },
107
+ "uint8": {
108
+ "per_model_config": {
109
+ "model": {
110
+ "op_types": [
111
+ "Abs",
112
+ "Add",
113
+ "And",
114
+ "ArgMax",
115
+ "BatchNormalization",
116
+ "Cast",
117
+ "Clip",
118
+ "Concat",
119
+ "Conv",
120
+ "Div",
121
+ "Equal",
122
+ "Exp",
123
+ "Expand",
124
+ "Gather",
125
+ "GatherND",
126
+ "Greater",
127
+ "Less",
128
+ "Max",
129
+ "MaxPool",
130
+ "Min",
131
+ "Mul",
132
+ "Not",
133
+ "Pow",
134
+ "Range",
135
+ "Reciprocal",
136
+ "ReduceMax",
137
+ "ReduceSum",
138
+ "Relu",
139
+ "Reshape",
140
+ "Resize",
141
+ "Shape",
142
+ "Sigmoid",
143
+ "Size",
144
+ "Slice",
145
+ "Split",
146
+ "Squeeze",
147
+ "Sub",
148
+ "Tile",
149
+ "TopK",
150
+ "Transpose",
151
+ "Unsqueeze"
152
+ ],
153
+ "weight_type": "QUInt8"
154
+ }
155
+ },
156
+ "per_channel": false,
157
+ "reduce_range": false
158
+ },
159
+ "q4": {
160
+ "block_size": 32,
161
+ "is_symmetric": true,
162
+ "accuracy_level": null
163
+ },
164
+ "bnb4": {
165
+ "block_size": 64,
166
+ "quant_type": 1
167
+ }
168
+ }