vikp commited on
Commit
040a873
·
verified ·
1 Parent(s): b81878c

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +35 -0
preprocessor_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_align_long_axis": false,
3
+ "do_normalize": false,
4
+ "do_pad": false,
5
+ "do_rescale": false,
6
+ "do_resize": false,
7
+ "do_thumbnail": false,
8
+ "image_mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "image_processor_type": "SuryaEncoderImageProcessor",
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "max_size": {
20
+ "height": 768,
21
+ "width": 768
22
+ },
23
+ "patch_size": [
24
+ 4,
25
+ 4
26
+ ],
27
+ "processor_class": "SuryaProcessor",
28
+ "resample": 2,
29
+ "rescale_factor": 0.00392156862745098,
30
+ "size": {
31
+ "height": 2560,
32
+ "width": 1920
33
+ },
34
+ "train": false
35
+ }