Upload processor
Browse files- preprocessor_config.json +12 -12
preprocessor_config.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
| 1 |
{
|
| 2 |
-
"_max_size":
|
| 3 |
-
"do_normalize":
|
| 4 |
-
"do_reduce_labels":
|
| 5 |
-
"do_rescale":
|
| 6 |
-
"do_resize":
|
| 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 |
"resample": 2,
|
| 20 |
"rescale_factor": 0.00392156862745098,
|
| 21 |
"size": {
|
| 22 |
-
"longest_edge":
|
| 23 |
"shortest_edge": 512
|
| 24 |
},
|
| 25 |
"size_divisor": 32
|
|
|
|
| 1 |
{
|
| 2 |
+
"_max_size": 2048,
|
| 3 |
+
"do_normalize": false,
|
| 4 |
+
"do_reduce_labels": false,
|
| 5 |
+
"do_rescale": false,
|
| 6 |
+
"do_resize": false,
|
| 7 |
"ignore_index": 255,
|
| 8 |
"image_mean": [
|
| 9 |
+
0.48500001430511475,
|
| 10 |
+
0.4560000002384186,
|
| 11 |
+
0.4059999883174896
|
| 12 |
],
|
| 13 |
"image_processor_type": "MaskFormerImageProcessor",
|
| 14 |
"image_std": [
|
| 15 |
+
0.2290000021457672,
|
| 16 |
+
0.2239999920129776,
|
| 17 |
+
0.22499999403953552
|
| 18 |
],
|
| 19 |
"resample": 2,
|
| 20 |
"rescale_factor": 0.00392156862745098,
|
| 21 |
"size": {
|
| 22 |
+
"longest_edge": 2048,
|
| 23 |
"shortest_edge": 512
|
| 24 |
},
|
| 25 |
"size_divisor": 32
|