Skarn55 commited on
Commit
9044927
·
verified ·
1 Parent(s): bc13028

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +4 -3
preprocessor_config.json CHANGED
@@ -2,12 +2,13 @@
2
  "do_normalize": true,
3
  "do_rescale": true,
4
  "do_resize": true,
5
- "image_mean": [0.485, 0.456, 0.406],
6
- "image_std": [0.229, 0.224, 0.225],
7
  "resample": 3,
8
  "rescale_factor": 0.00392156862745098,
9
  "size": {
10
- "shortest_edge": 224
 
11
  },
12
  "crop_size": {
13
  "height": 224,
 
2
  "do_normalize": true,
3
  "do_rescale": true,
4
  "do_resize": true,
5
+ "image_mean": [0.5, 0.5, 0.5],
6
+ "image_std": [0.5, 0.5, 0.5],
7
  "resample": 3,
8
  "rescale_factor": 0.00392156862745098,
9
  "size": {
10
+ "height": 224,
11
+ "width": 224
12
  },
13
  "crop_size": {
14
  "height": 224,