jonathanjordan21
commited on
Commit
•
1bf43ac
1
Parent(s):
728d41e
Revert update to c8e92852fa1b6ef280f7ef92442175d8cdc3b533
Browse files- preprocessor_config.json +7 -9
preprocessor_config.json
CHANGED
@@ -1,27 +1,25 @@
|
|
1 |
{
|
2 |
-
"do_align_long_axis":
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
5 |
"do_rescale": true,
|
6 |
"do_resize": true,
|
7 |
"do_thumbnail": true,
|
8 |
-
|
9 |
"image_mean": [
|
10 |
0.5,
|
11 |
0.5,
|
12 |
0.5
|
13 |
],
|
14 |
-
"image_processor_type": "
|
15 |
"image_std": [
|
16 |
0.5,
|
17 |
0.5,
|
18 |
-
0.5
|
19 |
-
],
|
20 |
"processor_class": "DonutProcessor",
|
21 |
"resample": 2,
|
22 |
"rescale_factor": 0.00392156862745098,
|
23 |
-
"size":
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
}
|
|
|
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 |
+
|
9 |
"image_mean": [
|
10 |
0.5,
|
11 |
0.5,
|
12 |
0.5
|
13 |
],
|
14 |
+
"image_processor_type": "DonutImageProcessor",
|
15 |
"image_std": [
|
16 |
0.5,
|
17 |
0.5,
|
|
|
|
|
18 |
"processor_class": "DonutProcessor",
|
19 |
"resample": 2,
|
20 |
"rescale_factor": 0.00392156862745098,
|
21 |
+
"size": [
|
22 |
+
720,
|
23 |
+
960
|
24 |
+
]
|
25 |
}
|