im-wali commited on
Commit
4875b59
·
verified ·
1 Parent(s): 8c85435

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +58 -0
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "5426e4f0f36572d16453bbda7a8389317b1bef99",
3
+ "_name_or_path": "depth-anything/Depth-Anything-V2-Small-hf",
4
+ "architectures": [
5
+ "DepthAnythingForDepthEstimation"
6
+ ],
7
+ "backbone": null,
8
+ "backbone_config": {
9
+ "architectures": [
10
+ "Dinov2Model"
11
+ ],
12
+ "hidden_size": 384,
13
+ "image_size": 518,
14
+ "model_type": "dinov2",
15
+ "num_attention_heads": 6,
16
+ "out_features": [
17
+ "stage3",
18
+ "stage6",
19
+ "stage9",
20
+ "stage12"
21
+ ],
22
+ "out_indices": [
23
+ 3,
24
+ 6,
25
+ 9,
26
+ 12
27
+ ],
28
+ "patch_size": 14,
29
+ "reshape_hidden_states": false,
30
+ "torch_dtype": "float32"
31
+ },
32
+ "backbone_kwargs": null,
33
+ "depth_estimation_type": "relative",
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": "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
+ "torch_dtype": "float32",
55
+ "transformers_version": null,
56
+ "use_pretrained_backbone": false,
57
+ "use_timm_backbone": false
58
+ }