Upload preprocessor_config.json
Browse files- preprocessor_config.json +1 -2
preprocessor_config.json
CHANGED
@@ -2,13 +2,12 @@
|
|
2 |
"do_normalize": true,
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
-
"feature_extractor_type": "ViTFeatureExtractor",
|
6 |
"image_mean": [
|
7 |
0.485,
|
8 |
0.456,
|
9 |
0.406
|
10 |
],
|
11 |
-
"image_processor_type": "
|
12 |
"image_std": [
|
13 |
0.229,
|
14 |
0.224,
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
|
|
5 |
"image_mean": [
|
6 |
0.485,
|
7 |
0.456,
|
8 |
0.406
|
9 |
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
"image_std": [
|
12 |
0.229,
|
13 |
0.224,
|