im-wali commited on
Commit
d267f45
·
verified ·
1 Parent(s): 2d59f4f

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +56 -1
config.json CHANGED
@@ -1 +1,56 @@
1
- {"model_type": "AutoModelForDepthEstimation", "architectures": ["ResNet50ForPoseEstimation"], "num_labels": 34, "image_size": 224}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "fusion_hidden_size": 64,
34
+ "head_hidden_size": 32,
35
+ "head_in_index": -1,
36
+ "initializer_range": 0.02,
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
+ }