processor config
Browse files- preprocessor_config.json +15 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_mean": [
|
| 3 |
+
0.48145466,
|
| 4 |
+
0.4578275,
|
| 5 |
+
0.40821073
|
| 6 |
+
],
|
| 7 |
+
"image_processor_type": "IdeficsImageProcessor",
|
| 8 |
+
"image_size": 30,
|
| 9 |
+
"image_std": [
|
| 10 |
+
0.26862954,
|
| 11 |
+
0.26130258,
|
| 12 |
+
0.27577711
|
| 13 |
+
],
|
| 14 |
+
"processor_class": "IdeficsProcessor"
|
| 15 |
+
}
|