Delete preprocessor_config.json
Browse files- preprocessor_config.json +0 -15
preprocessor_config.json
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"do_normalize": true,
|
3 |
-
"do_resize": true,
|
4 |
-
"image_mean": [
|
5 |
-
0.485,
|
6 |
-
0.456,
|
7 |
-
0.406
|
8 |
-
],
|
9 |
-
"image_std": [
|
10 |
-
0.229,
|
11 |
-
0.224,
|
12 |
-
0.225
|
13 |
-
],
|
14 |
-
"size": 224
|
15 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|