Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +89 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: UniDepth
|
3 |
+
tags:
|
4 |
+
- monocular-metric-depth-estimation
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
- model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: https://github.com/lpiccinelli-eth/UniDepth
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data": {
|
3 |
+
"image_shape": [
|
4 |
+
420,
|
5 |
+
560
|
6 |
+
],
|
7 |
+
"shape_constraints": {
|
8 |
+
"patch_size": 14,
|
9 |
+
"pixels_bounds": [
|
10 |
+
1400,
|
11 |
+
2400
|
12 |
+
],
|
13 |
+
"pixels_bounds_ori": [
|
14 |
+
1400,
|
15 |
+
2400
|
16 |
+
],
|
17 |
+
"ratio_bounds": [
|
18 |
+
0.66,
|
19 |
+
2.0
|
20 |
+
]
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"eps": 1e-06,
|
24 |
+
"generic": {
|
25 |
+
"deterministic": true,
|
26 |
+
"seed": 13
|
27 |
+
},
|
28 |
+
"model": {
|
29 |
+
"expansion": 4,
|
30 |
+
"name": "UniDepthV2",
|
31 |
+
"num_heads": 8,
|
32 |
+
"pixel_decoder": {
|
33 |
+
"depths": [
|
34 |
+
6,
|
35 |
+
0,
|
36 |
+
0
|
37 |
+
],
|
38 |
+
"dropout": 0.0,
|
39 |
+
"hidden_dim": 512
|
40 |
+
},
|
41 |
+
"pixel_encoder": {
|
42 |
+
"depths": [
|
43 |
+
21,
|
44 |
+
22,
|
45 |
+
23,
|
46 |
+
24
|
47 |
+
],
|
48 |
+
"embed_dim": 1024,
|
49 |
+
"embed_dims": [
|
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 |
+
1024,
|
71 |
+
1024,
|
72 |
+
1024,
|
73 |
+
1024
|
74 |
+
],
|
75 |
+
"name": "dinov2_vitl14",
|
76 |
+
"output_idx": [
|
77 |
+
21,
|
78 |
+
22,
|
79 |
+
23,
|
80 |
+
24
|
81 |
+
],
|
82 |
+
"patch_size": 14,
|
83 |
+
"pretrained": null,
|
84 |
+
"stacking_fn": "last",
|
85 |
+
"use_norm": true
|
86 |
+
}
|
87 |
+
},
|
88 |
+
"training": {}
|
89 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13952af59d28d21d4de5873f8b8bf6d679c5dd031dbf7f9e5818cbeca579f6af
|
3 |
+
size 1452916608
|