Fixed preprocessor config.
Browse files- preprocessor_config.json +3 -2
preprocessor_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"height": 336,
|
4 |
"width": 336
|
5 |
},
|
6 |
-
"do_center_crop":
|
7 |
"do_convert_rgb": true,
|
8 |
"do_normalize": true,
|
9 |
"do_rescale": true,
|
@@ -23,6 +23,7 @@
|
|
23 |
"resample": 3,
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
"size": {
|
26 |
-
"
|
|
|
27 |
}
|
28 |
}
|
|
|
3 |
"height": 336,
|
4 |
"width": 336
|
5 |
},
|
6 |
+
"do_center_crop": false,
|
7 |
"do_convert_rgb": true,
|
8 |
"do_normalize": true,
|
9 |
"do_rescale": true,
|
|
|
23 |
"resample": 3,
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
"size": {
|
26 |
+
"height": 336,
|
27 |
+
"width": 336
|
28 |
}
|
29 |
}
|