Eraly-ml commited on
Commit
11e086b
·
verified ·
1 Parent(s): 77afc22

Create reprocessor_config.json

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