Update preprocessor_config.json
Browse files- preprocessor_config.json +6 -6
preprocessor_config.json
CHANGED
@@ -25,15 +25,15 @@
|
|
25 |
"do_resize": false,
|
26 |
"do_thumbnail": true,
|
27 |
"image_mean": [
|
28 |
-
0.
|
29 |
-
0.
|
30 |
-
0.
|
31 |
],
|
32 |
"image_processor_type": "DonutImageProcessor",
|
33 |
"image_std": [
|
34 |
-
0.
|
35 |
-
0.
|
36 |
-
0.
|
37 |
],
|
38 |
"processor_class": "DonutProcessor",
|
39 |
"resample": 2,
|
|
|
25 |
"do_resize": false,
|
26 |
"do_thumbnail": true,
|
27 |
"image_mean": [
|
28 |
+
0.485,
|
29 |
+
0.456,
|
30 |
+
0.406
|
31 |
],
|
32 |
"image_processor_type": "DonutImageProcessor",
|
33 |
"image_std": [
|
34 |
+
0.229,
|
35 |
+
0.224,
|
36 |
+
0.225
|
37 |
],
|
38 |
"processor_class": "DonutProcessor",
|
39 |
"resample": 2,
|