lpiccinelli
commited on
Commit
•
8e31204
1
Parent(s):
2b01ba8
Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +77 -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,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
9,
|
44 |
+
10,
|
45 |
+
11,
|
46 |
+
12
|
47 |
+
],
|
48 |
+
"embed_dim": 384,
|
49 |
+
"embed_dims": [
|
50 |
+
384,
|
51 |
+
384,
|
52 |
+
384,
|
53 |
+
384,
|
54 |
+
384,
|
55 |
+
384,
|
56 |
+
384,
|
57 |
+
384,
|
58 |
+
384,
|
59 |
+
384,
|
60 |
+
384,
|
61 |
+
384
|
62 |
+
],
|
63 |
+
"name": "dinov2_vits14",
|
64 |
+
"output_idx": [
|
65 |
+
9,
|
66 |
+
10,
|
67 |
+
11,
|
68 |
+
12
|
69 |
+
],
|
70 |
+
"patch_size": 14,
|
71 |
+
"pretrained": null,
|
72 |
+
"stacking_fn": "last",
|
73 |
+
"use_norm": true
|
74 |
+
}
|
75 |
+
},
|
76 |
+
"training": {}
|
77 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f278910c51c27fb37ea8794286670a1ad5d2bade7019fbd1def6664ed5753186
|
3 |
+
size 310488648
|