lpiccinelli commited on
Commit
7498aad
1 Parent(s): c384c3f

Initial commit

Browse files
Files changed (2) hide show
  1. README.md +12 -0
  2. config.json +17 -17
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 CHANGED
@@ -1,31 +1,33 @@
1
  {
2
- "generic": {
3
- "seed": 13
4
- },
5
- "training": {},
6
  "data": {
7
  "image_shape": [
8
  462,
9
  616
10
  ]
11
  },
 
 
 
12
  "model": {
 
13
  "name": "UniDepthV1",
14
  "num_heads": 8,
15
- "expansion": 4,
16
  "pixel_decoder": {
17
- "hidden_dim": 512,
18
  "depths": [
19
  3,
20
  2,
21
  1
22
  ],
23
- "dropout": 0.0
 
24
  },
25
  "pixel_encoder": {
26
- "name": "dinov2_vitl14",
27
- "pretrained": null,
28
- "patch_size": 14,
 
 
 
29
  "embed_dim": 1024,
30
  "embed_dims": [
31
  1024,
@@ -53,12 +55,10 @@
53
  1024,
54
  1024
55
  ],
56
- "depths": [
57
- 5,
58
- 12,
59
- 18,
60
- 24
61
- ]
62
  }
63
- }
 
64
  }
 
1
  {
 
 
 
 
2
  "data": {
3
  "image_shape": [
4
  462,
5
  616
6
  ]
7
  },
8
+ "generic": {
9
+ "seed": 13
10
+ },
11
  "model": {
12
+ "expansion": 4,
13
  "name": "UniDepthV1",
14
  "num_heads": 8,
 
15
  "pixel_decoder": {
 
16
  "depths": [
17
  3,
18
  2,
19
  1
20
  ],
21
+ "dropout": 0.0,
22
+ "hidden_dim": 512
23
  },
24
  "pixel_encoder": {
25
+ "depths": [
26
+ 5,
27
+ 12,
28
+ 18,
29
+ 24
30
+ ],
31
  "embed_dim": 1024,
32
  "embed_dims": [
33
  1024,
 
55
  1024,
56
  1024
57
  ],
58
+ "name": "dinov2_vitl14",
59
+ "patch_size": 14,
60
+ "pretrained": null
 
 
 
61
  }
62
+ },
63
+ "training": {}
64
  }