Commit
·
a6fdec3
1
Parent(s):
1719b83
Update feature_extractor/preprocessor_config.json
Browse files
feature_extractor/preprocessor_config.json
CHANGED
@@ -10,11 +10,13 @@
|
|
10 |
0.4578275,
|
11 |
0.40821073
|
12 |
],
|
|
|
13 |
"image_std": [
|
14 |
0.26862954,
|
15 |
0.26130258,
|
16 |
0.27577711
|
17 |
],
|
18 |
"resample": 3,
|
|
|
19 |
"size": 224
|
20 |
}
|
|
|
10 |
0.4578275,
|
11 |
0.40821073
|
12 |
],
|
13 |
+
"image_processor_type": "CLIPImageProcessor",
|
14 |
"image_std": [
|
15 |
0.26862954,
|
16 |
0.26130258,
|
17 |
0.27577711
|
18 |
],
|
19 |
"resample": 3,
|
20 |
+
"rescale_factor": 0.00392156862745098,
|
21 |
"size": 224
|
22 |
}
|