RaushanTurganbay HF staff commited on
Commit
6823383
1 Parent(s): b0c8d9c

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +176 -0
preprocessor_config.json ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 384,
4
+ "width": 384
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_pad": true,
10
+ "do_rescale": true,
11
+ "do_resize": true,
12
+ "image_grid_pinpoints": [
13
+ [
14
+ 384,
15
+ 384
16
+ ],
17
+ [
18
+ 384,
19
+ 768
20
+ ],
21
+ [
22
+ 384,
23
+ 1152
24
+ ],
25
+ [
26
+ 384,
27
+ 1536
28
+ ],
29
+ [
30
+ 384,
31
+ 1920
32
+ ],
33
+ [
34
+ 384,
35
+ 2304
36
+ ],
37
+ [
38
+ 768,
39
+ 384
40
+ ],
41
+ [
42
+ 768,
43
+ 768
44
+ ],
45
+ [
46
+ 768,
47
+ 1152
48
+ ],
49
+ [
50
+ 768,
51
+ 1536
52
+ ],
53
+ [
54
+ 768,
55
+ 1920
56
+ ],
57
+ [
58
+ 768,
59
+ 2304
60
+ ],
61
+ [
62
+ 1152,
63
+ 384
64
+ ],
65
+ [
66
+ 1152,
67
+ 768
68
+ ],
69
+ [
70
+ 1152,
71
+ 1152
72
+ ],
73
+ [
74
+ 1152,
75
+ 1536
76
+ ],
77
+ [
78
+ 1152,
79
+ 1920
80
+ ],
81
+ [
82
+ 1152,
83
+ 2304
84
+ ],
85
+ [
86
+ 1536,
87
+ 384
88
+ ],
89
+ [
90
+ 1536,
91
+ 768
92
+ ],
93
+ [
94
+ 1536,
95
+ 1152
96
+ ],
97
+ [
98
+ 1536,
99
+ 1536
100
+ ],
101
+ [
102
+ 1536,
103
+ 1920
104
+ ],
105
+ [
106
+ 1536,
107
+ 2304
108
+ ],
109
+ [
110
+ 1920,
111
+ 384
112
+ ],
113
+ [
114
+ 1920,
115
+ 768
116
+ ],
117
+ [
118
+ 1920,
119
+ 1152
120
+ ],
121
+ [
122
+ 1920,
123
+ 1536
124
+ ],
125
+ [
126
+ 1920,
127
+ 1920
128
+ ],
129
+ [
130
+ 1920,
131
+ 2304
132
+ ],
133
+ [
134
+ 2304,
135
+ 384
136
+ ],
137
+ [
138
+ 2304,
139
+ 768
140
+ ],
141
+ [
142
+ 2304,
143
+ 1152
144
+ ],
145
+ [
146
+ 2304,
147
+ 1536
148
+ ],
149
+ [
150
+ 2304,
151
+ 1920
152
+ ],
153
+ [
154
+ 2304,
155
+ 2304
156
+ ]
157
+ ],
158
+ "image_mean": [
159
+ 0.5,
160
+ 0.5,
161
+ 0.5
162
+ ],
163
+ "image_processor_type": "LlavaNextImageProcessor",
164
+ "image_std": [
165
+ 0.5,
166
+ 0.5,
167
+ 0.5
168
+ ],
169
+ "processor_class": "LlavaNextProcessor",
170
+ "resample": 3,
171
+ "rescale_factor": 0.00392156862745098,
172
+ "size": {
173
+ "height": 384,
174
+ "width": 384
175
+ }
176
+ }