juliansmidek
commited on
Commit
•
83e57c3
1
Parent(s):
053ee2f
Update preprocessor_config.json
Browse files- preprocessor_config.json +12 -5
preprocessor_config.json
CHANGED
@@ -1,19 +1,26 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
"do_normalize": true,
|
|
|
|
|
4 |
"do_resize": true,
|
5 |
-
"
|
6 |
"image_mean": [
|
7 |
0.5,
|
8 |
0.5,
|
9 |
0.5
|
10 |
],
|
|
|
11 |
"image_std": [
|
12 |
0.5,
|
13 |
0.5,
|
14 |
0.5
|
15 |
],
|
16 |
-
"
|
17 |
"resample": 2,
|
18 |
-
"
|
19 |
-
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"do_align_long_axis": false,
|
3 |
"do_normalize": true,
|
4 |
+
"do_pad": true,
|
5 |
+
"do_rescale": true,
|
6 |
"do_resize": true,
|
7 |
+
"do_thumbnail": true,
|
8 |
"image_mean": [
|
9 |
0.5,
|
10 |
0.5,
|
11 |
0.5
|
12 |
],
|
13 |
+
"image_processor_type": "DonutImageProcessor",
|
14 |
"image_std": [
|
15 |
0.5,
|
16 |
0.5,
|
17 |
0.5
|
18 |
],
|
19 |
+
"processor_class": "DonutProcessor",
|
20 |
"resample": 2,
|
21 |
+
"rescale_factor": 0.00392156862745098,
|
22 |
+
"size": [
|
23 |
+
960,
|
24 |
+
1280
|
25 |
+
]
|
26 |
+
}
|