variniaq commited on
Commit
601cc46
1 Parent(s): 5df6ae1

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +17 -1
preprocessor_config.json CHANGED
@@ -1,4 +1,20 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "do_normalize": true,
3
  "do_pad": true,
4
  "do_rescale": true,
@@ -22,4 +38,4 @@
22
  "width": 384
23
  },
24
  "size_divisor": 32
25
- }
 
1
  {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "do_convert_rgb",
13
+ "return_tensors",
14
+ "data_format",
15
+ "input_data_format"
16
+ ],
17
+ "do_convert_rgb": true,
18
  "do_normalize": true,
19
  "do_pad": true,
20
  "do_rescale": true,
 
38
  "width": 384
39
  },
40
  "size_divisor": 32
41
+ }