Yue Yang
commited on
Commit
•
e21fe7e
1
Parent(s):
be555fc
update config
Browse files- open_clip_config.json +6 -6
- preprocessor_config.json +7 -7
open_clip_config.json
CHANGED
@@ -17,14 +17,14 @@
|
|
17 |
},
|
18 |
"preprocess_cfg": {
|
19 |
"mean": [
|
20 |
-
0.
|
21 |
-
0.
|
22 |
-
0.
|
23 |
],
|
24 |
"std": [
|
25 |
-
0.
|
26 |
-
0.
|
27 |
-
0.
|
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.
|
9 |
-
0.
|
10 |
-
0.
|
11 |
],
|
12 |
"image_std": [
|
13 |
-
0.
|
14 |
-
0.
|
15 |
-
0.
|
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 |
+
}
|