Update preprocessor_config.json
Browse files- preprocessor_config.json +11 -12
preprocessor_config.json
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
1 |
+
{
|
2 |
+
"image_size": [640, 640],
|
3 |
+
"normalization": {
|
4 |
+
"mean": [0.5, 0.5, 0.5],
|
5 |
+
"std": [0.5, 0.5, 0.5]
|
6 |
+
},
|
7 |
+
"aug": {
|
8 |
+
"flip": true,
|
9 |
+
"rotate": 15
|
10 |
+
}
|
11 |
+
}
|
|