prince-canuma
commited on
Commit
•
49b82c5
1
Parent(s):
79feff5
Create preprocessor_config.json
Browse files- preprocessor_config.json +23 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"background_color": [
|
3 |
+
122,
|
4 |
+
116,
|
5 |
+
104
|
6 |
+
],
|
7 |
+
"do_normalize": false,
|
8 |
+
"image_mean": [
|
9 |
+
0.48145466,
|
10 |
+
0.4578275,
|
11 |
+
0.40821073
|
12 |
+
],
|
13 |
+
"image_processor_type": "VLMImageProcessor",
|
14 |
+
"image_size": 1024,
|
15 |
+
"image_std": [
|
16 |
+
0.26862954,
|
17 |
+
0.26130258,
|
18 |
+
0.27577711
|
19 |
+
],
|
20 |
+
"min_size": 14,
|
21 |
+
"processor_class": "VLChatProcessor",
|
22 |
+
"rescale_factor": 0.00392156862745098
|
23 |
+
}
|