jacoballessio
commited on
Update preprocessor_config.json
Browse files- preprocessor_config.json +3 -1
preprocessor_config.json
CHANGED
@@ -3,10 +3,12 @@
|
|
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":
|
|
|
10 |
"size": {
|
11 |
"height": 224,
|
12 |
"width": 224
|
|
|
3 |
"do_center_crop": true,
|
4 |
"do_normalize": true,
|
5 |
"do_resize": true,
|
6 |
+
"do_rescale": true,
|
7 |
"image_mean": [0.485, 0.456, 0.406],
|
8 |
"image_processor_type": "EfficientNetImageProcessor",
|
9 |
"image_std": [0.229, 0.224, 0.225],
|
10 |
+
"resample": 2,
|
11 |
+
"rescale_factor": 0.00392156862745098,
|
12 |
"size": {
|
13 |
"height": 224,
|
14 |
"width": 224
|