ajitdukale commited on
Commit
1219428
·
verified ·
1 Parent(s): 7c5ed80

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +26 -0
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_max_size": 2560,
3
+ "do_normalize": true,
4
+ "do_reduce_labels": false,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "ignore_index": 255,
8
+ "image_mean": [
9
+ 0.48500001430511475,
10
+ 0.4560000002384186,
11
+ 0.4059999883174896
12
+ ],
13
+ "image_processor_type": "MaskFormerImageProcessor",
14
+ "image_std": [
15
+ 0.2290000021457672,
16
+ 0.2239999920129776,
17
+ 0.22499999403953552
18
+ ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "longest_edge": 2560,
23
+ "shortest_edge": 640
24
+ },
25
+ "size_divisor": 32
26
+ }