Lucas-Hyun-Lee commited on
Commit
548d357
·
verified ·
1 Parent(s): 814573a

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +12 -0
preprocessor_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_size": 224,
3
+ "do_resize": true,
4
+ "do_normalize": true,
5
+ "do_rescale": false,
6
+ "size": {"shortest_edge": 224},
7
+ "resample": 2,
8
+ "crop_pct": 0.9,
9
+ "interpolation": "bilinear",
10
+ "mean": [0.485, 0.456, 0.406],
11
+ "std": [0.229, 0.224, 0.225]
12
+ }