chanicpanic commited on
Commit
f23d12f
·
verified ·
1 Parent(s): 152453e

Upload processor

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