Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -1
preprocessor_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"size": [416, 416],
|
3 |
-
"resample":
|
4 |
"normalize": false
|
5 |
}
|
|
|
|
1 |
{
|
2 |
"size": [416, 416],
|
3 |
+
"resample": 3,
|
4 |
"normalize": false
|
5 |
}
|
6 |
+
|