Update feature_extractor/preprocessor_config.json
Browse files
feature_extractor/preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"crop_size": {
|
3 |
-
"height":
|
4 |
-
"width":
|
5 |
},
|
6 |
"do_center_crop": true,
|
7 |
"do_convert_rgb": true,
|
|
|
1 |
{
|
2 |
"crop_size": {
|
3 |
+
"height": 768,
|
4 |
+
"width": 768
|
5 |
},
|
6 |
"do_center_crop": true,
|
7 |
"do_convert_rgb": true,
|