Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -9
preprocessor_config.json
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"do_convert_rgb": true,
|
| 3 |
"do_normalize": true,
|
| 4 |
-
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
| 6 |
"image_mean": [
|
| 7 |
0.48145466,
|
|
@@ -15,10 +13,5 @@
|
|
| 15 |
0.27577711
|
| 16 |
],
|
| 17 |
"processor_class": "BlipProcessor",
|
| 18 |
-
"
|
| 19 |
-
|
| 20 |
-
"size": {
|
| 21 |
-
"height": 384,
|
| 22 |
-
"width": 384
|
| 23 |
-
}
|
| 24 |
-
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"do_normalize": true,
|
|
|
|
| 3 |
"do_resize": true,
|
| 4 |
"image_mean": [
|
| 5 |
0.48145466,
|
|
|
|
| 13 |
0.27577711
|
| 14 |
],
|
| 15 |
"processor_class": "BlipProcessor",
|
| 16 |
+
"size": 384
|
| 17 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|