Update preprocessor_config.json
Browse files- preprocessor_config.json +3 -1
preprocessor_config.json
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
{
|
|
|
2 |
"pad": true,
|
|
|
3 |
"do_center_crop": true,
|
4 |
"do_normalize": true,
|
5 |
"do_resize": true,
|
|
|
1 |
+
{
|
2 |
+
"crop_size": 336
|
3 |
"pad": true,
|
4 |
+
"do_convert_rgb": true,
|
5 |
"do_center_crop": true,
|
6 |
"do_normalize": true,
|
7 |
"do_resize": true,
|