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