stas commited on
Commit
3b8ef03
1 Parent(s): 5df3a85

processor config

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +15 -0
preprocessor_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_mean": [
3
+ 0.48145466,
4
+ 0.4578275,
5
+ 0.40821073
6
+ ],
7
+ "image_processor_type": "IdeficsImageProcessor",
8
+ "image_size": 224,
9
+ "image_std": [
10
+ 0.26862954,
11
+ 0.26130258,
12
+ 0.27577711
13
+ ],
14
+ "processor_class": "IdeficsProcessor"
15
+ }