JuanJCalderonG commited on
Commit
b99397d
1 Parent(s): cf6bdc0

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +6 -6
preprocessor_config.json CHANGED
@@ -1,7 +1,7 @@
1
- {
2
- "size": [224, 224],
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