Update preprocessor
Browse files- preprocessor_config.json +2 -6
preprocessor_config.json
CHANGED
@@ -1,13 +1,9 @@
|
|
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":
|
11 |
"image_mean": [
|
12 |
0.48145466,
|
13 |
0.4578275,
|
|
|
1 |
{
|
2 |
+
"do_center_crop": false,
|
|
|
|
|
|
|
|
|
3 |
"do_convert_rgb": true,
|
4 |
"do_normalize": true,
|
5 |
"do_rescale": true,
|
6 |
+
"do_resize": false,
|
7 |
"image_mean": [
|
8 |
0.48145466,
|
9 |
0.4578275,
|