abdulsalama
commited on
Commit
•
2811bf9
1
Parent(s):
be743c3
Upload processor
Browse files- preprocessor_config.json +26 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_max_size": 1333,
|
3 |
+
"do_normalize": false,
|
4 |
+
"do_reduce_labels": true,
|
5 |
+
"do_rescale": false,
|
6 |
+
"do_resize": false,
|
7 |
+
"ignore_index": 255,
|
8 |
+
"image_mean": [
|
9 |
+
0.485,
|
10 |
+
0.456,
|
11 |
+
0.406
|
12 |
+
],
|
13 |
+
"image_processor_type": "MaskFormerImageProcessor",
|
14 |
+
"image_std": [
|
15 |
+
0.229,
|
16 |
+
0.224,
|
17 |
+
0.225
|
18 |
+
],
|
19 |
+
"resample": 2,
|
20 |
+
"rescale_factor": 0.00392156862745098,
|
21 |
+
"size": {
|
22 |
+
"height": 500,
|
23 |
+
"width": 500
|
24 |
+
},
|
25 |
+
"size_divisor": 32
|
26 |
+
}
|