Update image_processor/preprocessor_config.json (#3)
Browse files- Update image_processor/preprocessor_config.json (59dc91280d8f8bb7708a546651860a3f4111c51a)
Co-authored-by: YiYi Xu <[email protected]>
image_processor/preprocessor_config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"height": 224,
|
| 4 |
"width": 224
|
| 5 |
},
|
| 6 |
-
"do_center_crop":
|
| 7 |
"do_convert_rgb": true,
|
| 8 |
"do_normalize": true,
|
| 9 |
"do_rescale": true,
|
|
@@ -23,6 +23,7 @@
|
|
| 23 |
"resample": 3,
|
| 24 |
"rescale_factor": 0.00392156862745098,
|
| 25 |
"size": {
|
| 26 |
-
"
|
|
|
|
| 27 |
}
|
| 28 |
}
|
|
|
|
| 3 |
"height": 224,
|
| 4 |
"width": 224
|
| 5 |
},
|
| 6 |
+
"do_center_crop": false,
|
| 7 |
"do_convert_rgb": true,
|
| 8 |
"do_normalize": true,
|
| 9 |
"do_rescale": true,
|
|
|
|
| 23 |
"resample": 3,
|
| 24 |
"rescale_factor": 0.00392156862745098,
|
| 25 |
"size": {
|
| 26 |
+
"height": 224,
|
| 27 |
+
"width": 224
|
| 28 |
}
|
| 29 |
}
|