Alara Dirik commited on
Commit
751d145
1 Parent(s): 2ea1c6a

Update preprocessor_config.json

Browse files

Removes rescale argument, sets do_center_crop to false

Files changed (1) hide show
  1. preprocessor_config.json +1 -2
preprocessor_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "crop_size": 840,
3
- "do_center_crop": true,
4
  "do_convert_rgb": true,
5
  "do_normalize": true,
6
  "do_resize": true,
@@ -17,6 +17,5 @@
17
  ],
18
  "processor_class": "OwlViTProcessor",
19
  "resample": 3,
20
- "rescale": true,
21
  "size": [840, 840]
22
  }
 
1
  {
2
  "crop_size": 840,
3
+ "do_center_crop": false,
4
  "do_convert_rgb": true,
5
  "do_normalize": true,
6
  "do_resize": true,
 
17
  ],
18
  "processor_class": "OwlViTProcessor",
19
  "resample": 3,
 
20
  "size": [840, 840]
21
  }