zhjohnchan commited on
Commit
0ac3ff5
1 Parent(s): c79c6d0

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +6 -10
preprocessor_config.json CHANGED
@@ -1,9 +1,5 @@
1
  {
2
- "crop_size": {
3
- "height": 224,
4
- "width": 224
5
- },
6
- "do_center_crop": true,
7
  "do_convert_rgb": true,
8
  "do_normalize": true,
9
  "do_rescale": true,
@@ -13,7 +9,7 @@
13
  0.456,
14
  0.406
15
  ],
16
- "image_processor_type": "BitImageProcessor",
17
  "image_std": [
18
  0.229,
19
  0.224,
@@ -22,7 +18,7 @@
22
  "resample": 3,
23
  "rescale_factor": 0.00392156862745098,
24
  "size": {
25
- "shortest_edge": 256
26
- },
27
- "use_square_size": false
28
- }
 
1
  {
2
+ "do_center_crop": false,
 
 
 
 
3
  "do_convert_rgb": true,
4
  "do_normalize": true,
5
  "do_rescale": true,
 
9
  0.456,
10
  0.406
11
  ],
12
+ "image_processor_type": "BlipImageProcessor",
13
  "image_std": [
14
  0.229,
15
  0.224,
 
18
  "resample": 3,
19
  "rescale_factor": 0.00392156862745098,
20
  "size": {
21
+ "height": 224,
22
+ "width": 224
23
+ }
24
+ }