Commit
•
4810eab
1
Parent(s):
d3b1def
Update preprocessor_config.json
Browse files- preprocessor_config.json +3 -3
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,6 +40,6 @@
|
|
40 |
"resample": 3,
|
41 |
"rescale_factor": 0.00392156862745098,
|
42 |
"size": {
|
43 |
-
"shortest_edge":
|
44 |
}
|
45 |
}
|
|
|
17 |
"input_data_format"
|
18 |
],
|
19 |
"crop_size": {
|
20 |
+
"height": 336,
|
21 |
+
"width": 336
|
22 |
},
|
23 |
"do_center_crop": true,
|
24 |
"do_convert_rgb": true,
|
|
|
40 |
"resample": 3,
|
41 |
"rescale_factor": 0.00392156862745098,
|
42 |
"size": {
|
43 |
+
"shortest_edge": 336
|
44 |
}
|
45 |
}
|