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