Zineng Tang commited on
Commit
d66be47
·
1 Parent(s): 206bcd8

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +13 -0
preprocessor_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_processor_class": null,
3
+ "do_resize": true,
4
+ "size": {"shortest_edge": 224},
5
+ "do_center_crop": true,
6
+ "crop_size": {"height": 224, "width": 224},
7
+ "resample": 2,
8
+ "do_rescale": true,
9
+ "rescale_factor": 0.00392156862745098,
10
+ "do_normalize": true,
11
+ "image_mean": [0.5, 0.5, 0.5],
12
+ "image_std": [0.5, 0.5, 0.5]
13
+ }