v2ray commited on
Commit
ecc101d
1 Parent(s): 56706a2

Fixed preprocessor config.

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +3 -2
preprocessor_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "height": 336,
4
  "width": 336
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": 336
 
27
  }
28
  }
 
3
  "height": 336,
4
  "width": 336
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": 336,
27
+ "width": 336
28
  }
29
  }