parlange commited on
Commit
fcb0092
·
verified ·
1 Parent(s): ed655fc

Upload preprocessor_config.json

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