Upload preprocessor_config.json
Browse files- preprocessor_config.json +9 -2
preprocessor_config.json
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_pad": true,
|
4 |
"do_rescale": true,
|
@@ -10,15 +16,16 @@
|
|
10 |
0.456,
|
11 |
0.406
|
12 |
],
|
13 |
-
"image_processor_type": "
|
14 |
"image_std": [
|
15 |
0.229,
|
16 |
0.224,
|
17 |
0.225
|
18 |
],
|
19 |
-
"
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
|
|
22 |
"size": {
|
23 |
"longest_edge": 640,
|
24 |
"shortest_edge": 640
|
|
|
1 |
{
|
2 |
+
"crop_size": null,
|
3 |
+
"data_format": "channels_first",
|
4 |
+
"default_to_square": false,
|
5 |
+
"device": null,
|
6 |
+
"do_center_crop": null,
|
7 |
+
"do_convert_rgb": null,
|
8 |
"do_normalize": true,
|
9 |
"do_pad": true,
|
10 |
"do_rescale": true,
|
|
|
16 |
0.456,
|
17 |
0.406
|
18 |
],
|
19 |
+
"image_processor_type": "EoMTImageProcessorFast",
|
20 |
"image_std": [
|
21 |
0.229,
|
22 |
0.224,
|
23 |
0.225
|
24 |
],
|
25 |
+
"input_data_format": null,
|
26 |
"resample": 2,
|
27 |
"rescale_factor": 0.00392156862745098,
|
28 |
+
"return_tensors": null,
|
29 |
"size": {
|
30 |
"longest_edge": 640,
|
31 |
"shortest_edge": 640
|