Update preprocessor_config.json
Browse files- preprocessor_config.json +7 -8
preprocessor_config.json
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
{
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_resize": true,
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"image_std": [0.
|
7 |
-
"
|
8 |
-
|
9 |
-
|
10 |
-
}
|
11 |
-
}
|
|
|
1 |
{
|
2 |
+
"crop_size": 224,
|
3 |
"do_normalize": true,
|
4 |
"do_resize": true,
|
5 |
+
"feature_extractor_type": "ViTFeatureExtractor",
|
6 |
+
"image_mean": [0.5, 0.5, 0.5],
|
7 |
+
"image_std": [0.5, 0.5, 0.5],
|
8 |
+
"resample": 3,
|
9 |
+
"size": 224
|
10 |
+
}
|
|
|
|