Create preprocessor_config.json
Browse files- preprocessor_config.json +8 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"image_size": 224,
|
3 |
+
"normalize": {
|
4 |
+
"mean": [0.485, 0.456, 0.406],
|
5 |
+
"std": [0.229, 0.224, 0.225]
|
6 |
+
},
|
7 |
+
"rescale": 1.0 / 255.0
|
8 |
+
}
|