Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -1
preprocessor_config.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"do_resize": true,
|
| 3 |
"size": {
|
| 4 |
-
"
|
|
|
|
| 5 |
},
|
| 6 |
"resample": 2,
|
| 7 |
"do_center_crop": true,
|
|
|
|
| 1 |
{
|
| 2 |
"do_resize": true,
|
| 3 |
"size": {
|
| 4 |
+
"height": 256,
|
| 5 |
+
"width": 256
|
| 6 |
},
|
| 7 |
"resample": 2,
|
| 8 |
"do_center_crop": true,
|