Commit ·
e4e0fb9
1
Parent(s): 354bba0
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": 640
|
| 5 |
+
}
|