Update preprocessor_config.json
Browse files- preprocessor_config.json +4 -1
preprocessor_config.json
CHANGED
@@ -14,5 +14,8 @@
|
|
14 |
0.27577711
|
15 |
],
|
16 |
"resample": 3,
|
17 |
-
"size":
|
|
|
|
|
|
|
18 |
}
|
|
|
14 |
0.27577711
|
15 |
],
|
16 |
"resample": 3,
|
17 |
+
"size": {
|
18 |
+
'height': 224,
|
19 |
+
'width': 224
|
20 |
+
}
|
21 |
}
|