Upload config_v1_vitl14.json with huggingface_hub
Browse files- config_v1_vitl14.json +23 -0
config_v1_vitl14.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"generic": {
|
3 |
+
"seed": 13
|
4 |
+
},
|
5 |
+
"training": {},
|
6 |
+
"data": {
|
7 |
+
"image_shape": [462, 616]
|
8 |
+
},
|
9 |
+
"model": {
|
10 |
+
"name": "UniDepthV1",
|
11 |
+
"num_heads": 8,
|
12 |
+
"expansion": 4,
|
13 |
+
"pixel_decoder": {
|
14 |
+
"hidden_dim": 512,
|
15 |
+
"depths": [3, 2, 1],
|
16 |
+
"dropout": 0.0
|
17 |
+
},
|
18 |
+
"pixel_encoder": {
|
19 |
+
"name": "convnext_large",
|
20 |
+
"pretrained": null
|
21 |
+
}
|
22 |
+
}
|
23 |
+
}
|