Upload processor
Browse files- preprocessor_config.json +13 -14
preprocessor_config.json
CHANGED
@@ -1,27 +1,26 @@
|
|
1 |
{
|
2 |
"_max_size": 1333,
|
3 |
-
"do_normalize":
|
4 |
-
"do_rescale":
|
5 |
-
"do_resize":
|
6 |
-
"feature_extractor_type": "MaskFormerFeatureExtractor",
|
7 |
"ignore_index": 255,
|
8 |
"image_mean": [
|
9 |
-
0.
|
10 |
-
0.
|
11 |
-
0.
|
12 |
],
|
13 |
"image_processor_type": "MaskFormerImageProcessor",
|
14 |
"image_std": [
|
15 |
-
0.
|
16 |
-
0.
|
17 |
-
0.
|
18 |
],
|
19 |
"reduce_labels": true,
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
-
"size":
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
"size_divisor": 32
|
27 |
}
|
|
|
1 |
{
|
2 |
"_max_size": 1333,
|
3 |
+
"do_normalize": false,
|
4 |
+
"do_rescale": false,
|
5 |
+
"do_resize": false,
|
|
|
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 |
"reduce_labels": true,
|
19 |
"resample": 2,
|
20 |
"rescale_factor": 0.00392156862745098,
|
21 |
+
"size": {
|
22 |
+
"longest_edge": 1333,
|
23 |
+
"shortest_edge": 800
|
24 |
+
},
|
25 |
"size_divisor": 32
|
26 |
}
|