fix the resize setting
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"do_normalize": true,
|
| 5 |
"do_pad": true,
|
| 6 |
"do_rescale": true,
|
| 7 |
-
"do_resize":
|
| 8 |
"do_thumbnail": true,
|
| 9 |
"image_mean": [
|
| 10 |
0.485,
|
|
|
|
| 4 |
"do_normalize": true,
|
| 5 |
"do_pad": true,
|
| 6 |
"do_rescale": true,
|
| 7 |
+
"do_resize": true,
|
| 8 |
"do_thumbnail": true,
|
| 9 |
"image_mean": [
|
| 10 |
0.485,
|