mrsarthakgupta commited on
Commit
273defe
·
verified ·
1 Parent(s): 7225f59

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +18 -0
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.48, 0.46, 0.41
7
+ ],
8
+ "image_processor_type": "ViTFeatureExtractor",
9
+ "image_std": [
10
+ 0.27, 0.26, 0.28
11
+ ],
12
+ "resample": 2,
13
+ "rescale_factor": 0.00392156862745098,
14
+ "size": {
15
+ "height": 224,
16
+ "width": 224
17
+ }
18
+ }