NikiTricky
commited on
Commit
•
f629d4b
1
Parent(s):
1e221e1
Create preprocessor_config.json
Browse files- preprocessor_config.json +5 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"size": 224
|
5 |
+
}
|