Upload new_processor_2/preprocessor_config.json
Browse files
new_processor_2/preprocessor_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"resize_size": 320,
|
| 3 |
+
"interpolation": "bicubic",
|
| 4 |
+
"image_size": 320,
|
| 5 |
+
"mean": [
|
| 6 |
+
0.48145466,
|
| 7 |
+
0.4578275,
|
| 8 |
+
0.40821073
|
| 9 |
+
],
|
| 10 |
+
"std": [
|
| 11 |
+
0.26862954,
|
| 12 |
+
0.26130258,
|
| 13 |
+
0.27577711
|
| 14 |
+
]
|
| 15 |
+
}
|