Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -15
preprocessor_config.json
CHANGED
@@ -3,24 +3,11 @@
|
|
3 |
"do_center_crop": true,
|
4 |
"do_normalize": true,
|
5 |
"do_resize": true,
|
6 |
-
"image_mean": [
|
7 |
-
0.485,
|
8 |
-
0.456,
|
9 |
-
0.406
|
10 |
-
],
|
11 |
"image_processor_type": "EfficientNetImageProcessor",
|
12 |
-
"image_std": [
|
13 |
-
0.229,
|
14 |
-
0.224,
|
15 |
-
0.225
|
16 |
-
],
|
17 |
"resample": 3,
|
18 |
-
"rescale_factor": 0.00392156862745098,
|
19 |
"size": {
|
20 |
-
"height": 380,
|
21 |
-
"width": 380
|
22 |
-
},
|
23 |
-
"crop_size": {
|
24 |
"height": 224,
|
25 |
"width": 224
|
26 |
}
|
|
|
3 |
"do_center_crop": true,
|
4 |
"do_normalize": true,
|
5 |
"do_resize": true,
|
6 |
+
"image_mean": [0.485, 0.456, 0.406],
|
|
|
|
|
|
|
|
|
7 |
"image_processor_type": "EfficientNetImageProcessor",
|
8 |
+
"image_std": [0.229, 0.224, 0.225],
|
|
|
|
|
|
|
|
|
9 |
"resample": 3,
|
|
|
10 |
"size": {
|
|
|
|
|
|
|
|
|
11 |
"height": 224,
|
12 |
"width": 224
|
13 |
}
|