chainyo commited on
Commit
a18af9d
1 Parent(s): 4ad6bf4

fix indentation

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +16 -16
preprocessor_config.json CHANGED
@@ -1,19 +1,19 @@
1
  {
2
- "do_normalize": true,
3
- "do_resize": true,
4
- "feature_extractor_type": "SegformerFeatureExtractor",
5
- "image_mean": [
6
- 0.485,
7
- 0.456,
8
- 0.406
9
- ],
10
- "image_std": [
11
- 0.229,
12
- 0.224,
13
- 0.225
14
- ],
15
- "reduce_labels": true,
16
- "resample": 2,
17
- "size": 512
18
  }
19
 
 
1
  {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "SegformerFeatureExtractor",
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ],
15
+ "reduce_labels": true,
16
+ "resample": 2,
17
+ "size": 512
18
  }
19