detorcla commited on
Commit
aba84a7
·
verified ·
1 Parent(s): 2ee0e02

changed rescale and normalize to false bc otherwise double done

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +2 -2
preprocessor_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "do_convert_rgb": null,
3
- "do_normalize": true,
4
- "do_rescale": true,
5
  "do_resize": true,
6
  "image_mean": [
7
  0.5,
 
1
  {
2
  "do_convert_rgb": null,
3
+ "do_normalize": false,
4
+ "do_rescale": false,
5
  "do_resize": true,
6
  "image_mean": [
7
  0.5,