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-large-hf",
|
4 |
"architectures": [
|
5 |
"DepthAnythingForDepthEstimation"
|
|
|
1 |
{
|
2 |
+
"_commit_hash": "e84b376a681fbde5c7c4a8cd917dbf3338db0032",
|
3 |
"_name_or_path": "LiheYoung/depth-anything-large-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:7927fe23eb9cf3f7d1b3e8b2af41ae2942a97bc88d4be1afc2ec4b84a89cca64
|
3 |
+
size 1337136946
|
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:9b0eeb4ea09e972d638a373b0241e554627f4db4b38299380a4614fac818e147
|
3 |
+
size 347926856
|
quantize_config.json
CHANGED
@@ -4,34 +4,34 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
"Erf",
|
11 |
-
"ConstantOfShape",
|
12 |
-
"Squeeze",
|
13 |
-
"Div",
|
14 |
-
"Concat",
|
15 |
"Slice",
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"Reshape",
|
19 |
"Sqrt",
|
|
|
|
|
20 |
"Cast",
|
21 |
-
"
|
22 |
"Gather",
|
|
|
23 |
"Sub",
|
|
|
|
|
|
|
|
|
24 |
"Add",
|
25 |
-
"ConvTranspose",
|
26 |
"Mul",
|
27 |
-
"
|
28 |
"Expand",
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"Unsqueeze"
|
35 |
],
|
36 |
"weight_type": "QUInt8"
|
37 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
+
"Unsqueeze",
|
8 |
+
"ReduceMean",
|
9 |
+
"Pow",
|
10 |
"Erf",
|
|
|
|
|
|
|
|
|
11 |
"Slice",
|
12 |
+
"MatMul",
|
13 |
+
"Transpose",
|
|
|
14 |
"Sqrt",
|
15 |
+
"Softmax",
|
16 |
+
"Resize",
|
17 |
"Cast",
|
18 |
+
"Concat",
|
19 |
"Gather",
|
20 |
+
"ConvTranspose",
|
21 |
"Sub",
|
22 |
+
"Conv",
|
23 |
+
"Squeeze",
|
24 |
+
"Relu",
|
25 |
+
"Where",
|
26 |
"Add",
|
|
|
27 |
"Mul",
|
28 |
+
"Div",
|
29 |
"Expand",
|
30 |
+
"ConstantOfShape",
|
31 |
+
"Shape",
|
32 |
+
"Constant",
|
33 |
+
"Equal",
|
34 |
+
"Reshape"
|
|
|
35 |
],
|
36 |
"weight_type": "QUInt8"
|
37 |
}
|