xingyang1 commited on
Commit
996105f
·
verified ·
1 Parent(s): be9443d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +56 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": null,
3
+ "architectures": [
4
+ "DepthAnythingForDepthEstimation"
5
+ ],
6
+ "backbone": null,
7
+ "backbone_config": {
8
+ "architectures": [
9
+ "Dinov2Model"
10
+ ],
11
+ "hidden_size": 384,
12
+ "image_size": 518,
13
+ "model_type": "dinov2",
14
+ "num_attention_heads": 6,
15
+ "out_features": [
16
+ "stage3",
17
+ "stage6",
18
+ "stage9",
19
+ "stage12"
20
+ ],
21
+ "out_indices": [
22
+ 3,
23
+ 6,
24
+ 9,
25
+ 12
26
+ ],
27
+ "reshape_hidden_states": false,
28
+ "torch_dtype": "float32"
29
+ },
30
+ "backbone_kwargs": null,
31
+ "depth_estimation_type": "relative",
32
+ "fusion_hidden_size": 64,
33
+ "head_hidden_size": 32,
34
+ "head_in_index": -1,
35
+ "initializer_range": 0.02,
36
+ "max_depth": 1,
37
+ "model_type": "depth_anything",
38
+ "neck_hidden_sizes": [
39
+ 48,
40
+ 96,
41
+ 192,
42
+ 384
43
+ ],
44
+ "patch_size": 14,
45
+ "reassemble_factors": [
46
+ 4,
47
+ 2,
48
+ 1,
49
+ 0.5
50
+ ],
51
+ "reassemble_hidden_size": 384,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": null,
54
+ "use_pretrained_backbone": false,
55
+ "use_timm_backbone": false
56
+ }