Upload processor
Browse files- preprocessor_config.json +4 -4
preprocessor_config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
"input_data_format"
|
18 |
],
|
19 |
"do_normalize": true,
|
20 |
-
"do_pad":
|
21 |
"do_rescale": true,
|
22 |
"do_resize": true,
|
23 |
"ensure_multiple_of": 32,
|
@@ -32,11 +32,11 @@
|
|
32 |
0.5,
|
33 |
0.5
|
34 |
],
|
35 |
-
"keep_aspect_ratio":
|
36 |
-
"resample":
|
37 |
"rescale_factor": 0.00392156862745098,
|
38 |
"size": {
|
39 |
"height": 384,
|
40 |
-
"width":
|
41 |
}
|
42 |
}
|
|
|
17 |
"input_data_format"
|
18 |
],
|
19 |
"do_normalize": true,
|
20 |
+
"do_pad": true,
|
21 |
"do_rescale": true,
|
22 |
"do_resize": true,
|
23 |
"ensure_multiple_of": 32,
|
|
|
32 |
0.5,
|
33 |
0.5
|
34 |
],
|
35 |
+
"keep_aspect_ratio": true,
|
36 |
+
"resample": 2,
|
37 |
"rescale_factor": 0.00392156862745098,
|
38 |
"size": {
|
39 |
"height": 384,
|
40 |
+
"width": 512
|
41 |
}
|
42 |
}
|