andres.salguero
commited on
Commit
•
e71b026
1
Parent(s):
794d6e3
add config
Browse files- preprocessor_config.json +5 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"image_size": [224, 224],
|
3 |
+
"mean": [0.485, 0.456, 0.406],
|
4 |
+
"std": [0.229, 0.224, 0.225]
|
5 |
+
}
|