Update image_processor/preprocessor_config.json

#3
by YiYiXu - opened
image_processor/preprocessor_config.json CHANGED
@@ -3,7 +3,7 @@
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,
@@ -23,6 +23,7 @@
23
  "resample": 3,
24
  "rescale_factor": 0.00392156862745098,
25
  "size": {
26
- "shortest_edge": 224
 
27
  }
28
  }
 
3
  "height": 224,
4
  "width": 224
5
  },
6
+ "do_center_crop": false,
7
  "do_convert_rgb": true,
8
  "do_normalize": true,
9
  "do_rescale": true,
 
23
  "resample": 3,
24
  "rescale_factor": 0.00392156862745098,
25
  "size": {
26
+ "height": 224,
27
+ "width": 224
28
  }
29
  }