lpiccinelli commited on
Commit
20644d0
1 Parent(s): d45bc28

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": "convnext_large",
27
- "pretrained": null,
28
- "patch_size": 16,
 
 
 
29
  "embed_dim": 192,
30
  "embed_dims": [
31
  192,
@@ -65,12 +67,10 @@
65
  1536,
66
  1536
67
  ],
68
- "depths": [
69
- 3,
70
- 6,
71
- 33,
72
- 36
73
- ]
74
  }
75
- }
 
76
  }
 
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
+ 3,
27
+ 6,
28
+ 33,
29
+ 36
30
+ ],
31
  "embed_dim": 192,
32
  "embed_dims": [
33
  192,
 
67
  1536,
68
  1536
69
  ],
70
+ "name": "convnext_large",
71
+ "patch_size": 16,
72
+ "pretrained": null
 
 
 
73
  }
74
+ },
75
+ "training": {}
76
  }