ParthUpadhyay1 commited on
Commit
30eb12b
·
verified ·
1 Parent(s): 0d2dc9b

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +26 -26
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": "MaskFormerImageProcessor",
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
- "height": 256,
23
- "width": 256
24
- },
25
- "size_divisor": 32
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": "MaskFormerImageProcessor",
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
+ "height": 256,
23
+ "width": 256
24
+ },
25
+ "size_divisor": 32
26
+ }