update preprocessor
Browse files- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"do_normalize": true,
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
-
"feature_extractor_type": "
|
6 |
"image_mean": [
|
7 |
0.5,
|
8 |
0.5,
|
9 |
0.5
|
10 |
],
|
11 |
-
"image_processor_type": "
|
12 |
"image_std": [
|
13 |
0.5,
|
14 |
0.5,
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
+
"feature_extractor_type": "ViTImageProcessor",
|
6 |
"image_mean": [
|
7 |
0.5,
|
8 |
0.5,
|
9 |
0.5
|
10 |
],
|
11 |
+
"image_processor_type": "ViTImageProcessor",
|
12 |
"image_std": [
|
13 |
0.5,
|
14 |
0.5,
|