Xenova HF staff commited on
Commit
4a69afa
1 Parent(s): 4666f01

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_commit_hash": "b43482a99c60f831503b4e49d282f0cac8bc3a24",
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:57f29727d51273d895291dcfade55e224be3cfa59f4c18d1510325fd6bb8b1d5
3
- size 1337138645
 
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:7d52705d293edd1ae6c44c2b3dacc9753037d50591653d0d7e75fabc94758ee8
3
- size 347929189
 
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
- "Constant",
8
- "Conv",
9
- "Shape",
10
  "Erf",
11
- "ConstantOfShape",
12
- "Squeeze",
13
- "Div",
14
- "Concat",
15
  "Slice",
16
- "Where",
17
- "Resize",
18
- "Reshape",
19
  "Sqrt",
 
 
20
  "Cast",
21
- "Relu",
22
  "Gather",
 
23
  "Sub",
 
 
 
 
24
  "Add",
25
- "ConvTranspose",
26
  "Mul",
27
- "Equal",
28
  "Expand",
29
- "Transpose",
30
- "Pow",
31
- "Softmax",
32
- "ReduceMean",
33
- "MatMul",
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
  }