Create preprocessor_config.json
Browse files- preprocessor_config.json +14 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"image_processor_type": "SimpleStarVectorProcessor",
|
3 |
+
"mean": [
|
4 |
+
0.48145466,
|
5 |
+
0.4578275,
|
6 |
+
0.40821073
|
7 |
+
],
|
8 |
+
"image_std": [
|
9 |
+
0.26862954,
|
10 |
+
0.26130258,
|
11 |
+
0.27577711
|
12 |
+
]
|
13 |
+
"size": 224
|
14 |
+
}
|