Commit
·
a4a6273
1
Parent(s):
3e80d68
Upload processor
Browse files- preprocessor_config.json +12 -2
preprocessor_config.json
CHANGED
@@ -1,11 +1,21 @@
|
|
1 |
{
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_reduce_labels": false,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
-
"image_mean":
|
|
|
|
|
|
|
|
|
7 |
"image_processor_type": "SegformerImageProcessor",
|
8 |
-
"image_std":
|
|
|
|
|
|
|
|
|
|
|
9 |
"resample": 2,
|
10 |
"rescale_factor": 0.00392156862745098,
|
11 |
"size": {
|
|
|
1 |
{
|
2 |
+
"align": false,
|
3 |
"do_normalize": true,
|
4 |
"do_reduce_labels": false,
|
5 |
"do_rescale": true,
|
6 |
"do_resize": true,
|
7 |
+
"image_mean": [
|
8 |
+
0.485,
|
9 |
+
0.456,
|
10 |
+
0.406
|
11 |
+
],
|
12 |
"image_processor_type": "SegformerImageProcessor",
|
13 |
+
"image_std": [
|
14 |
+
0.229,
|
15 |
+
0.224,
|
16 |
+
0.225
|
17 |
+
],
|
18 |
+
"reduce_zero_label": false,
|
19 |
"resample": 2,
|
20 |
"rescale_factor": 0.00392156862745098,
|
21 |
"size": {
|