Update model
Browse files- preprocessor_config.json +9 -8
preprocessor_config.json
CHANGED
@@ -1,20 +1,21 @@
|
|
1 |
{
|
2 |
"do_align_long_axis": false,
|
|
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
5 |
-
"do_rescale":
|
6 |
"do_resize": true,
|
7 |
"do_thumbnail": true,
|
8 |
"image_mean": [
|
9 |
-
0.
|
10 |
-
0.
|
11 |
-
0.
|
12 |
],
|
13 |
-
"image_processor_type": "
|
14 |
"image_std": [
|
15 |
-
0.
|
16 |
-
0.
|
17 |
-
0.
|
18 |
],
|
19 |
"processor_class": "DonutProcessor",
|
20 |
"resample": 2,
|
|
|
1 |
{
|
2 |
"do_align_long_axis": false,
|
3 |
+
"do_crop_margin": true,
|
4 |
"do_normalize": true,
|
5 |
"do_pad": true,
|
6 |
+
"do_rescale": false,
|
7 |
"do_resize": true,
|
8 |
"do_thumbnail": true,
|
9 |
"image_mean": [
|
10 |
+
0.485,
|
11 |
+
0.456,
|
12 |
+
0.406
|
13 |
],
|
14 |
+
"image_processor_type": "NougatImageProcessor",
|
15 |
"image_std": [
|
16 |
+
0.229,
|
17 |
+
0.224,
|
18 |
+
0.225
|
19 |
],
|
20 |
"processor_class": "DonutProcessor",
|
21 |
"resample": 2,
|