nielsr HF staff commited on
Commit
583b388
1 Parent(s): 7e25328

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +6 -6
preprocessor_config.json CHANGED
@@ -4,14 +4,14 @@
4
  "do_resize": true,
5
  "feature_extractor_type": "ViTImageProcessor",
6
  "image_mean": [
7
- 0.5,
8
- 0.5,
9
- 0.5
10
  ],
11
  "image_std": [
12
- 0.5,
13
- 0.5,
14
- 0.5
15
  ],
16
  "processor_class": "CLIPSegProcessor",
17
  "resample": 2,
4
  "do_resize": true,
5
  "feature_extractor_type": "ViTImageProcessor",
6
  "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
  ],
11
  "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
  ],
16
  "processor_class": "CLIPSegProcessor",
17
  "resample": 2,