Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -2
preprocessor_config.json
CHANGED
|
@@ -5,12 +5,12 @@
|
|
| 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,
|
|
@@ -18,7 +18,6 @@
|
|
| 18 |
],
|
| 19 |
"processor_class": "DonutProcessor",
|
| 20 |
"resample": 2,
|
| 21 |
-
"rescale_factor": 0.00392156862745098,
|
| 22 |
"size": [
|
| 23 |
1920,
|
| 24 |
2560
|
|
|
|
| 5 |
"do_rescale": true,
|
| 6 |
"do_resize": true,
|
| 7 |
"do_thumbnail": true,
|
| 8 |
+
"feature_extractor_type": "DonutFeatureExtractor",
|
| 9 |
"image_mean": [
|
| 10 |
0.5,
|
| 11 |
0.5,
|
| 12 |
0.5
|
| 13 |
],
|
|
|
|
| 14 |
"image_std": [
|
| 15 |
0.5,
|
| 16 |
0.5,
|
|
|
|
| 18 |
],
|
| 19 |
"processor_class": "DonutProcessor",
|
| 20 |
"resample": 2,
|
|
|
|
| 21 |
"size": [
|
| 22 |
1920,
|
| 23 |
2560
|