jw2yang commited on
Commit
e991434
·
verified ·
1 Parent(s): 75a6754

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
+ "anyres_strategy": "crop",
3
+ "base_img_size": 512,
4
+ "do_convert_rgb": true,
5
+ "image_mean": [
6
+ 0.48145466,
7
+ 0.4578275,
8
+ 0.40821073
9
+ ],
10
+ "image_processor_type": "MagmaImageProcessor",
11
+ "image_std": [
12
+ 0.26862954,
13
+ 0.26130258,
14
+ 0.27577711
15
+ ],
16
+ "num_crops": 4,
17
+ "processor_class": "MagmaProcessor"
18
+ }