Francesco commited on
Commit
097a452
1 Parent(s): 9bfca25
Files changed (1) hide show
  1. preprocessor_config.json +19 -0
preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "MaskFormerFeatureExtractor",
5
+ "ignore_index": 255,
6
+ "image_mean": [
7
+ 0.48500001430511475,
8
+ 0.4560000002384186,
9
+ 0.4059999883174896
10
+ ],
11
+ "image_std": [
12
+ 0.2290000021457672,
13
+ 0.2239999920129776,
14
+ 0.22499999403953552
15
+ ],
16
+ "max_size": 1333,
17
+ "size": 800,
18
+ "size_divisibility": 32
19
+ }