Upload processor
Browse files- preprocessor_config.json +3 -2
preprocessor_config.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
0.4578275,
|
14 |
0.40821073
|
15 |
],
|
16 |
-
"image_processor_type": "
|
17 |
"image_std": [
|
18 |
0.26862954,
|
19 |
0.26130258,
|
@@ -24,5 +24,6 @@
|
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
"size": {
|
26 |
"shortest_edge": 224
|
27 |
-
}
|
|
|
28 |
}
|
|
|
13 |
0.4578275,
|
14 |
0.40821073
|
15 |
],
|
16 |
+
"image_processor_type": "CLIPImageProcessor",
|
17 |
"image_std": [
|
18 |
0.26862954,
|
19 |
0.26130258,
|
|
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
"size": {
|
26 |
"shortest_edge": 224
|
27 |
+
},
|
28 |
+
"use_square_size": true
|
29 |
}
|