JuanJCalderonG
commited on
Commit
•
b99397d
1
Parent(s):
cf6bdc0
Update preprocessor_config.json
Browse files- preprocessor_config.json +6 -6
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
{
|
2 |
-
"size": [
|
3 |
-
"mean": [0.485, 0.456, 0.406],
|
4 |
-
"std": [0.229, 0.224, 0.225],
|
5 |
-
"normalize": true
|
6 |
-
}
|
7 |
|
|
|
1 |
+
{
|
2 |
+
"size": [512, 512],
|
3 |
+
"mean": [0.485, 0.456, 0.406],
|
4 |
+
"std": [0.229, 0.224, 0.225],
|
5 |
+
"normalize": true
|
6 |
+
}
|
7 |
|