Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +85 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: UniDepth
|
3 |
+
tags:
|
4 |
+
- monocular-metric-depth-estimation
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
- model_hub_mixin
|
7 |
+
repo_url: https://github.com/lpiccinelli-eth/UniDepth
|
8 |
+
---
|
9 |
+
|
10 |
+
This model has been pushed to the Hub using **UniDepth**:
|
11 |
+
- Repo: https://github.com/lpiccinelli-eth/UniDepth
|
12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data": {
|
3 |
+
"image_shape": [
|
4 |
+
420,
|
5 |
+
560
|
6 |
+
],
|
7 |
+
"shape_constraints": {
|
8 |
+
"patch_size": 14,
|
9 |
+
"pixels_bounds": [
|
10 |
+
1800,
|
11 |
+
2400
|
12 |
+
],
|
13 |
+
"ratio_bounds": [
|
14 |
+
0.66,
|
15 |
+
2.0
|
16 |
+
]
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"eps": 1e-06,
|
20 |
+
"generic": {
|
21 |
+
"deterministic": true,
|
22 |
+
"seed": 13
|
23 |
+
},
|
24 |
+
"model": {
|
25 |
+
"expansion": 4,
|
26 |
+
"name": "UniDepthV2",
|
27 |
+
"num_heads": 8,
|
28 |
+
"pixel_decoder": {
|
29 |
+
"depths": [
|
30 |
+
6,
|
31 |
+
0,
|
32 |
+
0
|
33 |
+
],
|
34 |
+
"dropout": 0.0,
|
35 |
+
"hidden_dim": 512
|
36 |
+
},
|
37 |
+
"pixel_encoder": {
|
38 |
+
"depths": [
|
39 |
+
21,
|
40 |
+
22,
|
41 |
+
23,
|
42 |
+
24
|
43 |
+
],
|
44 |
+
"embed_dim": 1024,
|
45 |
+
"embed_dims": [
|
46 |
+
1024,
|
47 |
+
1024,
|
48 |
+
1024,
|
49 |
+
1024,
|
50 |
+
1024,
|
51 |
+
1024,
|
52 |
+
1024,
|
53 |
+
1024,
|
54 |
+
1024,
|
55 |
+
1024,
|
56 |
+
1024,
|
57 |
+
1024,
|
58 |
+
1024,
|
59 |
+
1024,
|
60 |
+
1024,
|
61 |
+
1024,
|
62 |
+
1024,
|
63 |
+
1024,
|
64 |
+
1024,
|
65 |
+
1024,
|
66 |
+
1024,
|
67 |
+
1024,
|
68 |
+
1024,
|
69 |
+
1024
|
70 |
+
],
|
71 |
+
"name": "dinov2_vitl14",
|
72 |
+
"output_idx": [
|
73 |
+
21,
|
74 |
+
22,
|
75 |
+
23,
|
76 |
+
24
|
77 |
+
],
|
78 |
+
"patch_size": 14,
|
79 |
+
"pretrained": null,
|
80 |
+
"stacking_fn": "last",
|
81 |
+
"use_norm": true
|
82 |
+
}
|
83 |
+
},
|
84 |
+
"training": {}
|
85 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2aefcdee26bf7f47abb8fb4e2262503acb57d472fe0ce7338b4c0656774e6a3
|
3 |
+
size 1451442496
|