doceoSoftware
commited on
Upload processor
Browse files- preprocessor_config.json +18 -0
preprocessor_config.json
CHANGED
@@ -1,4 +1,22 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_align_long_axis": false,
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
|
|
1 |
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"resample",
|
7 |
+
"do_thumbnail",
|
8 |
+
"do_align_long_axis",
|
9 |
+
"do_pad",
|
10 |
+
"random_padding",
|
11 |
+
"do_rescale",
|
12 |
+
"rescale_factor",
|
13 |
+
"do_normalize",
|
14 |
+
"image_mean",
|
15 |
+
"image_std",
|
16 |
+
"return_tensors",
|
17 |
+
"data_format",
|
18 |
+
"input_data_format"
|
19 |
+
],
|
20 |
"do_align_long_axis": false,
|
21 |
"do_normalize": true,
|
22 |
"do_pad": true,
|