geonmin-kim
commited on
Commit
•
39e2b54
1
Parent(s):
5bb392a
Update preprocessor_config.json
Browse files- preprocessor_config.json +3 -3
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,
|
@@ -23,6 +23,6 @@
|
|
23 |
"resample": 3,
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
"size": {
|
26 |
-
"shortest_edge":
|
27 |
}
|
28 |
}
|
|
|
1 |
{
|
2 |
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
},
|
6 |
"do_center_crop": true,
|
7 |
"do_convert_rgb": true,
|
|
|
23 |
"resample": 3,
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
"size": {
|
26 |
+
"shortest_edge": 224
|
27 |
}
|
28 |
}
|