lyonsno commited on
Commit
2e8bc0d
·
verified ·
1 Parent(s): 66efaf0

Upload weights.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. weights.json +171 -0
weights.json ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder": {
3
+ "backbone": "dinov2_vitl14",
4
+ "intermediate_layers": [
5
+ 5,
6
+ 11,
7
+ 17,
8
+ 23
9
+ ],
10
+ "dim_out": 1024
11
+ },
12
+ "neck": {
13
+ "dim_in": [
14
+ 1026,
15
+ 2,
16
+ 2,
17
+ 2,
18
+ 2
19
+ ],
20
+ "dim_out": null,
21
+ "dim_res_blocks": [
22
+ 1024,
23
+ 256,
24
+ 128,
25
+ 64,
26
+ 32
27
+ ],
28
+ "num_res_blocks": [
29
+ 0,
30
+ 2,
31
+ 2,
32
+ 2,
33
+ 0
34
+ ],
35
+ "res_block_in_norm": "none",
36
+ "res_block_hidden_norm": "none",
37
+ "resamplers": [
38
+ "conv_transpose",
39
+ "conv_transpose",
40
+ "conv_transpose",
41
+ "bilinear"
42
+ ]
43
+ },
44
+ "points_head": {
45
+ "dim_in": [
46
+ 1024,
47
+ 256,
48
+ 128,
49
+ 64,
50
+ 32
51
+ ],
52
+ "dim_out": [
53
+ null,
54
+ null,
55
+ null,
56
+ null,
57
+ 3
58
+ ],
59
+ "dim_res_blocks": [
60
+ 1024,
61
+ 256,
62
+ 128,
63
+ 64,
64
+ 32
65
+ ],
66
+ "num_res_blocks": [
67
+ 0,
68
+ 1,
69
+ 1,
70
+ 1,
71
+ 0
72
+ ],
73
+ "res_block_in_norm": "none",
74
+ "res_block_hidden_norm": "none",
75
+ "resamplers": [
76
+ "conv_transpose",
77
+ "conv_transpose",
78
+ "conv_transpose",
79
+ "bilinear"
80
+ ]
81
+ },
82
+ "normal_head": {
83
+ "dim_in": [
84
+ 1024,
85
+ 256,
86
+ 128,
87
+ 64,
88
+ 32
89
+ ],
90
+ "dim_out": [
91
+ null,
92
+ null,
93
+ null,
94
+ null,
95
+ 3
96
+ ],
97
+ "dim_res_blocks": [
98
+ 1024,
99
+ 256,
100
+ 128,
101
+ 64,
102
+ 32
103
+ ],
104
+ "num_res_blocks": [
105
+ 0,
106
+ 1,
107
+ 1,
108
+ 1,
109
+ 0
110
+ ],
111
+ "res_block_in_norm": "none",
112
+ "res_block_hidden_norm": "none",
113
+ "resamplers": [
114
+ "conv_transpose",
115
+ "conv_transpose",
116
+ "conv_transpose",
117
+ "bilinear"
118
+ ]
119
+ },
120
+ "mask_head": {
121
+ "dim_in": [
122
+ 1024,
123
+ 256,
124
+ 128,
125
+ 64,
126
+ 32
127
+ ],
128
+ "dim_out": [
129
+ null,
130
+ null,
131
+ null,
132
+ null,
133
+ 1
134
+ ],
135
+ "dim_res_blocks": [
136
+ 1024,
137
+ 256,
138
+ 128,
139
+ 64,
140
+ 32
141
+ ],
142
+ "num_res_blocks": [
143
+ 0,
144
+ 1,
145
+ 1,
146
+ 1,
147
+ 0
148
+ ],
149
+ "res_block_in_norm": "none",
150
+ "res_block_hidden_norm": "none",
151
+ "resamplers": [
152
+ "conv_transpose",
153
+ "conv_transpose",
154
+ "conv_transpose",
155
+ "bilinear"
156
+ ]
157
+ },
158
+ "scale_head": {
159
+ "dims": [
160
+ 1024,
161
+ 1024,
162
+ 1024,
163
+ 1
164
+ ]
165
+ },
166
+ "remap_output": "exp",
167
+ "num_tokens_range": [
168
+ 1200,
169
+ 3600
170
+ ]
171
+ }