Upload folder using huggingface_hub
Browse files- config.json +1 -1
- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +19 -19
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_commit_hash": "
|
3 |
"_name_or_path": "LiheYoung/depth-anything-base-hf",
|
4 |
"architectures": [
|
5 |
"DepthAnythingForDepthEstimation"
|
|
|
1 |
{
|
2 |
+
"_commit_hash": "9b9ac18a6e2785eed91f87781f779edf03ef356f",
|
3 |
"_name_or_path": "LiheYoung/depth-anything-base-hf",
|
4 |
"architectures": [
|
5 |
"DepthAnythingForDepthEstimation"
|
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15009a98d33ceb6fa5080a3129108ba8cefb4367bd7aa800ff3dd77092255940
|
3 |
+
size 389028617
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8851f8790e9a35c29cb1c08aaef27522b1772dd683d59025255a2b851afe4305
|
3 |
+
size 102658766
|
quantize_config.json
CHANGED
@@ -4,34 +4,34 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"Where",
|
8 |
-
"Softmax",
|
9 |
"Div",
|
10 |
-
"Conv",
|
11 |
-
"ConstantOfShape",
|
12 |
"ConvTranspose",
|
13 |
-
"Relu",
|
14 |
-
"Cast",
|
15 |
-
"Squeeze",
|
16 |
-
"Shape",
|
17 |
"Expand",
|
18 |
-
"
|
19 |
"ReduceMean",
|
20 |
-
"
|
|
|
|
|
21 |
"Erf",
|
22 |
-
"
|
23 |
-
"Add",
|
24 |
-
"Reshape",
|
25 |
-
"Slice",
|
26 |
"Concat",
|
27 |
"MatMul",
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"Sub",
|
29 |
-
"Transpose",
|
30 |
-
"Resize",
|
31 |
"Sqrt",
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
|
|
|
|
|
|
|
|
|
|
35 |
],
|
36 |
"weight_type": "QUInt8"
|
37 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
|
|
|
|
7 |
"Div",
|
|
|
|
|
8 |
"ConvTranspose",
|
|
|
|
|
|
|
|
|
9 |
"Expand",
|
10 |
+
"Resize",
|
11 |
"ReduceMean",
|
12 |
+
"Shape",
|
13 |
+
"Pow",
|
14 |
+
"Cast",
|
15 |
"Erf",
|
16 |
+
"Constant",
|
|
|
|
|
|
|
17 |
"Concat",
|
18 |
"MatMul",
|
19 |
+
"Add",
|
20 |
+
"Mul",
|
21 |
+
"Unsqueeze",
|
22 |
+
"Gather",
|
23 |
+
"Equal",
|
24 |
+
"Relu",
|
25 |
"Sub",
|
|
|
|
|
26 |
"Sqrt",
|
27 |
+
"ConstantOfShape",
|
28 |
+
"Conv",
|
29 |
+
"Transpose",
|
30 |
+
"Slice",
|
31 |
+
"Reshape",
|
32 |
+
"Where",
|
33 |
+
"Softmax",
|
34 |
+
"Squeeze"
|
35 |
],
|
36 |
"weight_type": "QUInt8"
|
37 |
}
|