Update preprocessor_config.json
Browse files- preprocessor_config.json +4 -4
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
-
"AutoImageProcessor": "
|
4 |
-
"AutoProcessor": "
|
5 |
},
|
6 |
"do_convert_rgb": true,
|
7 |
"image_mean": [
|
@@ -9,7 +9,7 @@
|
|
9 |
0.4578275,
|
10 |
0.40821073
|
11 |
],
|
12 |
-
"image_processor_type": "
|
13 |
"image_std": [
|
14 |
0.26862954,
|
15 |
0.26130258,
|
@@ -17,5 +17,5 @@
|
|
17 |
],
|
18 |
"num_crops": 4,
|
19 |
"num_img_tokens": 144,
|
20 |
-
"processor_class": "
|
21 |
}
|
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
+
"AutoImageProcessor": "processing_spec_vision.SpecVisionImageProcessor",
|
4 |
+
"AutoProcessor": "processing_spec_vision.SpecVisionProcessor"
|
5 |
},
|
6 |
"do_convert_rgb": true,
|
7 |
"image_mean": [
|
|
|
9 |
0.4578275,
|
10 |
0.40821073
|
11 |
],
|
12 |
+
"image_processor_type": "SpecVisionImageProcessor",
|
13 |
"image_std": [
|
14 |
0.26862954,
|
15 |
0.26130258,
|
|
|
17 |
],
|
18 |
"num_crops": 4,
|
19 |
"num_img_tokens": 144,
|
20 |
+
"processor_class": "SpecVisionProcessor"
|
21 |
}
|