mhassanch commited on
Commit
5c7dcd7
·
verified ·
1 Parent(s): 6f8f8d9

update mean and std normalization values

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +2 -10
preprocessor_config.json CHANGED
@@ -5,16 +5,8 @@
5
  "do_convert_rgb": true,
6
  "do_normalize": true,
7
  "do_resize": true,
8
- "image_mean": [
9
- 0.485,
10
- 0.456,
11
- 0.406
12
- ],
13
- "image_std": [
14
- 0.229,
15
- 0.224,
16
- 0.225
17
- ],
18
  "return_tensors": true,
19
  "size": {
20
  "height": 1024,
 
5
  "do_convert_rgb": true,
6
  "do_normalize": true,
7
  "do_resize": true,
8
+ "image_mean": [0.4325, 0.4483, 0.3879],
9
+ "image_std": [0.0195, 0.0169, 0.0179],
 
 
 
 
 
 
 
 
10
  "return_tensors": true,
11
  "size": {
12
  "height": 1024,