devadethanr commited on
Commit
d31dfdb
·
verified ·
1 Parent(s): 094d67a

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +7 -7
preprocessor_config.json CHANGED
@@ -1,7 +1,7 @@
1
- {
2
- "do_resize": true,
3
- "image_mean": [0.5],
4
- "image_std": [0.5],
5
- "resample": 2,
6
- "size": 224
7
- }
 
1
+ {
2
+ "do_resize": true,
3
+ "image_mean": [0.485, 0.456, 0.406],
4
+ "image_std": [0.229, 0.224, 0.225],
5
+ "resample": 2,
6
+ "size": 224
7
+ }