Update preprocessor_config.json
Browse files- preprocessor_config.json +4 -4
preprocessor_config.json
CHANGED
@@ -17,8 +17,8 @@
|
|
17 |
"input_data_format"
|
18 |
],
|
19 |
"crop_size": {
|
20 |
-
"height":
|
21 |
-
"width":
|
22 |
},
|
23 |
"do_center_crop": true,
|
24 |
"do_convert_rgb": true,
|
@@ -40,7 +40,7 @@
|
|
40 |
"resample": 3,
|
41 |
"rescale_factor": 0.00392156862745098,
|
42 |
"size": {
|
43 |
-
"height":
|
44 |
-
"width":
|
45 |
}
|
46 |
}
|
|
|
17 |
"input_data_format"
|
18 |
],
|
19 |
"crop_size": {
|
20 |
+
"height": 768,
|
21 |
+
"width": 768
|
22 |
},
|
23 |
"do_center_crop": true,
|
24 |
"do_convert_rgb": true,
|
|
|
40 |
"resample": 3,
|
41 |
"rescale_factor": 0.00392156862745098,
|
42 |
"size": {
|
43 |
+
"height": 768,
|
44 |
+
"width": 768
|
45 |
}
|
46 |
}
|