lpiccinelli commited on
Commit
08c34b8
1 Parent(s): 0926f28

Initial commit

Browse files
Files changed (2) hide show
  1. config.json +76 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
32
+ 192,
33
+ 192,
34
+ 384,
35
+ 384,
36
+ 384,
37
+ 768,
38
+ 768,
39
+ 768,
40
+ 768,
41
+ 768,
42
+ 768,
43
+ 768,
44
+ 768,
45
+ 768,
46
+ 768,
47
+ 768,
48
+ 768,
49
+ 768,
50
+ 768,
51
+ 768,
52
+ 768,
53
+ 768,
54
+ 768,
55
+ 768,
56
+ 768,
57
+ 768,
58
+ 768,
59
+ 768,
60
+ 768,
61
+ 768,
62
+ 768,
63
+ 768,
64
+ 1536,
65
+ 1536,
66
+ 1536
67
+ ],
68
+ "depths": [
69
+ 3,
70
+ 6,
71
+ 33,
72
+ 36
73
+ ]
74
+ }
75
+ }
76
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9267ad4fc5b9739134a43e0084c7e2eecc08be195c4e21f9434e601e01f58f56
3
+ size 955663664