Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -8
preprocessor_config.json
CHANGED
@@ -1,15 +1,8 @@
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
"do_resize": true,
|
4 |
-
"do_center_crop": false,
|
5 |
-
"do_rescale": true,
|
6 |
"feature_extractor_type": "ViTImageProcessor",
|
7 |
"image_mean": [0.5, 0.5, 0.5],
|
8 |
"image_std": [0.5, 0.5, 0.5],
|
9 |
-
"
|
10 |
-
"resample": 2,
|
11 |
-
"size": {
|
12 |
-
"height": 224,
|
13 |
-
"width": 224
|
14 |
-
}
|
15 |
}
|
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
"do_resize": true,
|
|
|
|
|
4 |
"feature_extractor_type": "ViTImageProcessor",
|
5 |
"image_mean": [0.5, 0.5, 0.5],
|
6 |
"image_std": [0.5, 0.5, 0.5],
|
7 |
+
"size": 224
|
|
|
|
|
|
|
|
|
|
|
8 |
}
|