Upload processor
Browse files- preprocessor_config.json +9 -4
preprocessor_config.json
CHANGED
@@ -1,22 +1,27 @@
|
|
1 |
{
|
|
|
2 |
"do_normalize": true,
|
|
|
3 |
"do_resize": true,
|
4 |
-
"feature_extractor_type": "Mask2FormerFeatureExtractor",
|
5 |
"ignore_index": 255,
|
6 |
"image_mean": [
|
7 |
0.48500001430511475,
|
8 |
0.4560000002384186,
|
9 |
0.4059999883174896
|
10 |
],
|
|
|
11 |
"image_std": [
|
12 |
0.2290000021457672,
|
13 |
0.2239999920129776,
|
14 |
0.22499999403953552
|
15 |
],
|
16 |
-
"max_size": 1333,
|
17 |
"num_labels": 80,
|
18 |
"reduce_labels": false,
|
19 |
"resample": 2,
|
20 |
-
"
|
21 |
-
"
|
|
|
|
|
|
|
|
|
22 |
}
|
|
|
1 |
{
|
2 |
+
"_max_size": 1333,
|
3 |
"do_normalize": true,
|
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": 80,
|
19 |
"reduce_labels": false,
|
20 |
"resample": 2,
|
21 |
+
"rescale_factor": 0.00392156862745098,
|
22 |
+
"size": {
|
23 |
+
"height": 384,
|
24 |
+
"width": 384
|
25 |
+
},
|
26 |
+
"size_divisor": 32
|
27 |
}
|