nielsr HF staff commited on
Commit
582b169
1 Parent(s): 26b0edb

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +4 -4
preprocessor_config.json CHANGED
@@ -17,7 +17,7 @@
17
  "input_data_format"
18
  ],
19
  "do_normalize": true,
20
- "do_pad": false,
21
  "do_rescale": true,
22
  "do_resize": true,
23
  "ensure_multiple_of": 32,
@@ -32,11 +32,11 @@
32
  0.5,
33
  0.5
34
  ],
35
- "keep_aspect_ratio": false,
36
- "resample": 3,
37
  "rescale_factor": 0.00392156862745098,
38
  "size": {
39
  "height": 384,
40
- "width": 384
41
  }
42
  }
 
17
  "input_data_format"
18
  ],
19
  "do_normalize": true,
20
+ "do_pad": true,
21
  "do_rescale": true,
22
  "do_resize": true,
23
  "ensure_multiple_of": 32,
 
32
  0.5,
33
  0.5
34
  ],
35
+ "keep_aspect_ratio": true,
36
+ "resample": 2,
37
  "rescale_factor": 0.00392156862745098,
38
  "size": {
39
  "height": 384,
40
+ "width": 512
41
  }
42
  }