Update preprocessor_config.json
Browse files- preprocessor_config.json +5 -16
preprocessor_config.json
CHANGED
|
@@ -1,27 +1,16 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"height": 224,
|
| 4 |
-
"width": 224
|
| 5 |
-
},
|
| 6 |
-
"do_center_crop": true,
|
| 7 |
"do_convert_rgb": true,
|
| 8 |
"do_normalize": true,
|
| 9 |
"do_rescale": true,
|
| 10 |
"do_resize": true,
|
| 11 |
-
"image_mean": [
|
| 12 |
-
|
| 13 |
-
0.456,
|
| 14 |
-
0.406
|
| 15 |
-
],
|
| 16 |
"image_processor_type": "BitImageProcessor",
|
| 17 |
-
"image_std": [
|
| 18 |
-
0.229,
|
| 19 |
-
0.224,
|
| 20 |
-
0.225
|
| 21 |
-
],
|
| 22 |
"resample": 3,
|
| 23 |
"rescale_factor": 0.00392156862745098,
|
| 24 |
"size": {
|
| 25 |
-
"
|
|
|
|
| 26 |
}
|
| 27 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"do_center_crop": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"do_convert_rgb": true,
|
| 4 |
"do_normalize": true,
|
| 5 |
"do_rescale": true,
|
| 6 |
"do_resize": true,
|
| 7 |
+
"image_mean": [0.48145466, 0.4578275, 0.40821073],
|
| 8 |
+
"image_std": [0.26862954, 0.26130258, 0.27577711],
|
|
|
|
|
|
|
|
|
|
| 9 |
"image_processor_type": "BitImageProcessor",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"resample": 3,
|
| 11 |
"rescale_factor": 0.00392156862745098,
|
| 12 |
"size": {
|
| 13 |
+
"height": 224,
|
| 14 |
+
"width": 224
|
| 15 |
}
|
| 16 |
}
|