VictorSanh
commited on
Commit
•
3d51561
1
Parent(s):
6fb4970
update preprocessor config
Browse files- preprocessor_config.json +4 -4
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
-
"AutoProcessor": "
|
4 |
-
"AutoImageProcessor": "
|
5 |
},
|
6 |
"image_num_channels": 3,
|
7 |
"image_mean": [
|
@@ -9,12 +9,12 @@
|
|
9 |
0.5,
|
10 |
0.5
|
11 |
],
|
12 |
-
"image_processor_type": "
|
13 |
"image_size": 960,
|
14 |
"image_std": [
|
15 |
0.5,
|
16 |
0.5,
|
17 |
0.5
|
18 |
],
|
19 |
-
"processor_class": "
|
20 |
}
|
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
+
"AutoProcessor": "IdeficsProcessor",
|
4 |
+
"AutoImageProcessor": "IdeficsImageProcessor"
|
5 |
},
|
6 |
"image_num_channels": 3,
|
7 |
"image_mean": [
|
|
|
9 |
0.5,
|
10 |
0.5
|
11 |
],
|
12 |
+
"image_processor_type": "IdeficsImageProcessor",
|
13 |
"image_size": 960,
|
14 |
"image_std": [
|
15 |
0.5,
|
16 |
0.5,
|
17 |
0.5
|
18 |
],
|
19 |
+
"processor_class": "IdeficsProcessor"
|
20 |
}
|