Xenova HF staff commited on
Commit
8690aa3
1 Parent(s): a05d487

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +23 -0
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_processor_type": "SiglipImageProcessor",
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "processor_class": "SiglipProcessor",
12
+ "resample": 3,
13
+ "rescale_factor": 0.00392156862745098,
14
+ "size": {
15
+ "height": 224,
16
+ "width": 224
17
+ },
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ]
23
+ }