Xenova HF staff commited on
Commit
c6d26b9
·
verified ·
1 Parent(s): 8dcb9b6

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_commit_hash": "93f03138dbcd1172d68a0541516ba03300a7a780",
4
+ "_name_or_path": "depth-anything/promptda_vits_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:12212d31edcd06bfca1189706d052f0bdcc8ef0f7e440a33cbb71feb10ee3ecb
3
+ size 99223796
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00d3aca2be838f6fd890d8c6173276c5245c313d3f3d285c1ba033c0c244a8d
3
+ size 26244255
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f2ddb7c36e1ad0fa4f9519f2c43ea93113a560867f839a685cc2164a3799fed
3
+ size 49805796
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94e144937e23b2b8fde5f8fac7294f7bbe0b0d4de49f0b1c2b8b11320820d38a
3
+ size 27471701
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81df67324ffaebd91f54f22e00a4bdb9befe886baff5b9234c0304ce37b749fd
3
+ size 27570903
onnx/model_q4f16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa560a3cc2a98979dea6b7e2805457e23dd56e6d8df572b6020171516600118b
3
+ size 19293079
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f58478907e33fda4a9d6b346d7774960c6e798d4b3ad0da13d1af5f7a1ccf4c
3
+ size 27471701
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f58478907e33fda4a9d6b346d7774960c6e798d4b3ad0da13d1af5f7a1ccf4c
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
+ }