jonathanjordan21 commited on
Commit
1bf43ac
1 Parent(s): 728d41e
Files changed (1) hide show
  1. preprocessor_config.json +7 -9
preprocessor_config.json CHANGED
@@ -1,27 +1,25 @@
1
  {
2
- "do_align_long_axis": true,
3
  "do_normalize": true,
4
  "do_pad": true,
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_processor_type": "ViTFeatureExtractor",
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
- "height": 1920,
25
- "width": 2560
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
  }