devadethanr commited on
Commit
8ca2e7e
·
verified ·
1 Parent(s): 5be2e18

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], # For grayscale images
4
- "image_std": [0.5],
5
- "resample": 2,
6
- "size": 224
7
- }
 
1
+ {
2
+ "do_resize": True,
3
+ "image_mean": [0.5],
4
+ "image_std": [0.5],
5
+ "resample": 2,
6
+ "size": 224
7
+ }