Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +76 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: UniDepth
|
| 3 |
+
tags:
|
| 4 |
+
- model_hub_mixin
|
| 5 |
+
- monocular-metric-depth-estimation
|
| 6 |
+
- pytorch_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,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"generic": {
|
| 24 |
+
"deterministic": true,
|
| 25 |
+
"seed": 13
|
| 26 |
+
},
|
| 27 |
+
"model": {
|
| 28 |
+
"expansion": 4,
|
| 29 |
+
"name": "UniDepthV2old",
|
| 30 |
+
"num_heads": 8,
|
| 31 |
+
"pixel_decoder": {
|
| 32 |
+
"depths": [
|
| 33 |
+
6,
|
| 34 |
+
0,
|
| 35 |
+
0
|
| 36 |
+
],
|
| 37 |
+
"dropout": 0.0,
|
| 38 |
+
"hidden_dim": 512
|
| 39 |
+
},
|
| 40 |
+
"pixel_encoder": {
|
| 41 |
+
"depths": [
|
| 42 |
+
9,
|
| 43 |
+
10,
|
| 44 |
+
11,
|
| 45 |
+
12
|
| 46 |
+
],
|
| 47 |
+
"embed_dim": 384,
|
| 48 |
+
"embed_dims": [
|
| 49 |
+
384,
|
| 50 |
+
384,
|
| 51 |
+
384,
|
| 52 |
+
384,
|
| 53 |
+
384,
|
| 54 |
+
384,
|
| 55 |
+
384,
|
| 56 |
+
384,
|
| 57 |
+
384,
|
| 58 |
+
384,
|
| 59 |
+
384,
|
| 60 |
+
384
|
| 61 |
+
],
|
| 62 |
+
"name": "dinov2_vits14",
|
| 63 |
+
"output_idx": [
|
| 64 |
+
9,
|
| 65 |
+
10,
|
| 66 |
+
11,
|
| 67 |
+
12
|
| 68 |
+
],
|
| 69 |
+
"patch_size": 14,
|
| 70 |
+
"pretrained": null,
|
| 71 |
+
"stacking_fn": "last",
|
| 72 |
+
"use_norm": true
|
| 73 |
+
}
|
| 74 |
+
},
|
| 75 |
+
"training": {}
|
| 76 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f278910c51c27fb37ea8794286670a1ad5d2bade7019fbd1def6664ed5753186
|
| 3 |
+
size 310488648
|