Uploading fine-tuned weights ran for 4 epochs on 2048 x whatever step (avg 150) depth images on alfred dataset.
Browse files- config.json +82 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": "27ccb0920352c0c37b3a96441873c8d37bd52fb6",
|
3 |
+
"_name_or_path": "LiheYoung/depth-anything-large-hf",
|
4 |
+
"architectures": [
|
5 |
+
"DepthAnythingForDepthEstimation"
|
6 |
+
],
|
7 |
+
"backbone": null,
|
8 |
+
"backbone_config": {
|
9 |
+
"architectures": [
|
10 |
+
"Dinov2Model"
|
11 |
+
],
|
12 |
+
"hidden_size": 1024,
|
13 |
+
"image_size": 518,
|
14 |
+
"model_type": "dinov2",
|
15 |
+
"num_attention_heads": 16,
|
16 |
+
"num_hidden_layers": 24,
|
17 |
+
"out_features": [
|
18 |
+
"stage21",
|
19 |
+
"stage22",
|
20 |
+
"stage23",
|
21 |
+
"stage24"
|
22 |
+
],
|
23 |
+
"out_indices": [
|
24 |
+
21,
|
25 |
+
22,
|
26 |
+
23,
|
27 |
+
24
|
28 |
+
],
|
29 |
+
"patch_size": 14,
|
30 |
+
"reshape_hidden_states": false,
|
31 |
+
"stage_names": [
|
32 |
+
"stem",
|
33 |
+
"stage1",
|
34 |
+
"stage2",
|
35 |
+
"stage3",
|
36 |
+
"stage4",
|
37 |
+
"stage5",
|
38 |
+
"stage6",
|
39 |
+
"stage7",
|
40 |
+
"stage8",
|
41 |
+
"stage9",
|
42 |
+
"stage10",
|
43 |
+
"stage11",
|
44 |
+
"stage12",
|
45 |
+
"stage13",
|
46 |
+
"stage14",
|
47 |
+
"stage15",
|
48 |
+
"stage16",
|
49 |
+
"stage17",
|
50 |
+
"stage18",
|
51 |
+
"stage19",
|
52 |
+
"stage20",
|
53 |
+
"stage21",
|
54 |
+
"stage22",
|
55 |
+
"stage23",
|
56 |
+
"stage24"
|
57 |
+
],
|
58 |
+
"torch_dtype": "float32"
|
59 |
+
},
|
60 |
+
"fusion_hidden_size": 256,
|
61 |
+
"head_hidden_size": 32,
|
62 |
+
"head_in_index": -1,
|
63 |
+
"initializer_range": 0.02,
|
64 |
+
"model_type": "depth_anything",
|
65 |
+
"neck_hidden_sizes": [
|
66 |
+
256,
|
67 |
+
512,
|
68 |
+
1024,
|
69 |
+
1024
|
70 |
+
],
|
71 |
+
"patch_size": 14,
|
72 |
+
"reassemble_factors": [
|
73 |
+
4,
|
74 |
+
2,
|
75 |
+
1,
|
76 |
+
0.5
|
77 |
+
],
|
78 |
+
"reassemble_hidden_size": 1024,
|
79 |
+
"torch_dtype": "float32",
|
80 |
+
"transformers_version": null,
|
81 |
+
"use_pretrained_backbone": false
|
82 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85d5d62f69c18b89fc375ca40898faa3bda244275d68e7c8adc8ea23689719b9
|
3 |
+
size 1341322868
|