Xenova HF staff commited on
Commit
93b59a8
1 Parent(s): f648367

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_commit_hash": "f11b7b69e3e15bf42066df172322782809460672",
4
+ "_name_or_path": "depth-anything/promptda_vits_transparent_hf",
5
+ "architectures": [
6
+ "PromptDepthAnythingForDepthEstimation"
7
+ ],
8
+ "backbone": null,
9
+ "backbone_config": {
10
+ "architectures": [
11
+ "Dinov2Model"
12
+ ],
13
+ "hidden_size": 384,
14
+ "image_size": 518,
15
+ "model_type": "dinov2",
16
+ "num_attention_heads": 6,
17
+ "out_features": [
18
+ "stage3",
19
+ "stage6",
20
+ "stage9",
21
+ "stage12"
22
+ ],
23
+ "out_indices": [
24
+ 3,
25
+ 6,
26
+ 9,
27
+ 12
28
+ ],
29
+ "reshape_hidden_states": false,
30
+ "torch_dtype": "float32"
31
+ },
32
+ "backbone_kwargs": null,
33
+ "depth_estimation_type": "metric",
34
+ "fusion_hidden_size": 64,
35
+ "head_hidden_size": 32,
36
+ "head_in_index": -1,
37
+ "initializer_range": 0.02,
38
+ "max_depth": 1,
39
+ "model_type": "prompt_depth_anything",
40
+ "neck_hidden_sizes": [
41
+ 48,
42
+ 96,
43
+ 192,
44
+ 384
45
+ ],
46
+ "patch_size": 14,
47
+ "reassemble_factors": [
48
+ 4,
49
+ 2,
50
+ 1,
51
+ 0.5
52
+ ],
53
+ "reassemble_hidden_size": 384,
54
+ "transformers_version": null,
55
+ "use_pretrained_backbone": false,
56
+ "use_timm_backbone": false
57
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a604e9421c472783f5a7336ebf40f4ac800618c3676215d02d64496bfccd7e
3
+ size 99223796
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a4badfb91df4eb697f02f4e3c9d0466f3d16444e4aef18f3ef177bdad9e1383
3
+ size 26244255
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0315814c028b7f58b65370fd1a003b70338caab5c6469f95cecec0d45c8beb6a
3
+ size 49805796
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9e4032d85bcb9653f69cbbe9124770738e657937c36dde622cde29a26249260
3
+ size 27471701
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:879a65fe713c17d4d87c1dcea268fe132487c0d71f85230dfc2c1cd039d9eab7
3
+ size 27570903
onnx/model_q4f16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ab6e4c1b33b5c783aa946ec914bb171ee9162a3e50b1cb01dfe4d37c176a00b
3
+ size 19293079
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4787e8e839ca9fa77b2d0e6b503e9627c5faf563c9ce229bd799772a5a6a08e3
3
+ size 27471701
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4787e8e839ca9fa77b2d0e6b503e9627c5faf563c9ce229bd799772a5a6a08e3
3
+ size 27471701
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": false,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "ensure_multiple_of": 14,
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DPTImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "keep_aspect_ratio": true,
19
+ "resample": 3,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "height": 756,
23
+ "width": 756
24
+ },
25
+ "size_divisor": null
26
+ }
quantize_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "modes": [
3
+ "fp16",
4
+ "q8",
5
+ "int8",
6
+ "uint8",
7
+ "q4",
8
+ "q4f16",
9
+ "bnb4"
10
+ ],
11
+ "per_channel": true,
12
+ "reduce_range": true,
13
+ "block_size": null,
14
+ "is_symmetric": true,
15
+ "accuracy_level": null,
16
+ "quant_type": 1,
17
+ "op_block_list": null
18
+ }