gekina commited on
Commit
0268ed7
·
verified ·
1 Parent(s): fe542b0

Upload preprocessing_config.json

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