Yue Yang commited on
Commit
5967efc
1 Parent(s): c45d5bc

update config

Browse files
open_clip_config.json CHANGED
@@ -17,14 +17,14 @@
17
  },
18
  "preprocess_cfg": {
19
  "mean": [
20
- 0.5,
21
- 0.5,
22
- 0.5
23
  ],
24
  "std": [
25
- 0.5,
26
- 0.5,
27
- 0.5
28
  ]
29
  }
30
  }
 
17
  },
18
  "preprocess_cfg": {
19
  "mean": [
20
+ 0.48145466,
21
+ 0.4578275,
22
+ 0.40821073
23
  ],
24
  "std": [
25
+ 0.26862954,
26
+ 0.26130258,
27
+ 0.27577711
28
  ]
29
  }
30
  }
preprocessor_config.json CHANGED
@@ -5,15 +5,15 @@
5
  "do_resize": true,
6
  "feature_extractor_type": "CLIPFeatureExtractor",
7
  "image_mean": [
8
- 0.5,
9
- 0.5,
10
- 0.5
11
  ],
12
  "image_std": [
13
- 0.5,
14
- 0.5,
15
- 0.5
16
  ],
17
  "resample": 3,
18
  "size": 224
19
- }
 
5
  "do_resize": true,
6
  "feature_extractor_type": "CLIPFeatureExtractor",
7
  "image_mean": [
8
+ 0.48145466,
9
+ 0.4578275,
10
+ 0.40821073
11
  ],
12
  "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
  ],
17
  "resample": 3,
18
  "size": 224
19
+ }