Spatiallysaying commited on
Commit
a68f61a
·
verified ·
1 Parent(s): 8d15913

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +10 -10
preprocessor_config.json CHANGED
@@ -1,26 +1,26 @@
1
  {
2
  "do_normalize": true,
3
- "do_reduce_labels": true,
4
  "do_rescale": true,
5
  "do_resize": true,
6
  "ignore_index": 255,
7
  "image_mean": [
8
- 0.485,
9
- 0.456,
10
- 0.406
11
  ],
12
  "image_processor_type": "Mask2FormerImageProcessor",
13
  "image_std": [
14
- 0.229,
15
- 0.224,
16
- 0.225
17
  ],
18
- "num_labels": null,
19
  "resample": 2,
20
  "rescale_factor": 0.00392156862745098,
21
  "size": {
22
- "longest_edge": 1333,
23
- "shortest_edge": 800
24
  },
25
  "size_divisor": 32
26
  }
 
1
  {
2
  "do_normalize": true,
3
+ "do_reduce_labels": false,
4
  "do_rescale": true,
5
  "do_resize": true,
6
  "ignore_index": 255,
7
  "image_mean": [
8
+ 0.48500001430511475,
9
+ 0.4560000002384186,
10
+ 0.4059999883174896
11
  ],
12
  "image_processor_type": "Mask2FormerImageProcessor",
13
  "image_std": [
14
+ 0.2290000021457672,
15
+ 0.2239999920129776,
16
+ 0.22499999403953552
17
  ],
18
+ "num_labels": 150,
19
  "resample": 2,
20
  "rescale_factor": 0.00392156862745098,
21
  "size": {
22
+ "height": 384,
23
+ "width": 384
24
  },
25
  "size_divisor": 32
26
  }