Xenova HF staff commited on
Commit
af376f1
1 Parent(s): 85af7d3

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_commit_hash": "96dc1ca013de502aa43e5f4e4203d1810d31f98d",
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:31c6e0a9de2c1445245a6a06d4e6775f7051d90e64f3cca6bac722b591074c9d
3
- size 389030316
 
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:9b34a666756b2502993068603370e5621c204cbf9964ebe26e92e846b4e2e007
3
- size 102661099
 
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
- "Gather",
19
  "ReduceMean",
20
- "Unsqueeze",
 
 
21
  "Erf",
22
- "Mul",
23
- "Add",
24
- "Reshape",
25
- "Slice",
26
  "Concat",
27
  "MatMul",
 
 
 
 
 
 
28
  "Sub",
29
- "Transpose",
30
- "Resize",
31
  "Sqrt",
32
- "Constant",
33
- "Equal",
34
- "Pow"
 
 
 
 
 
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
  }