Upload processor
Browse files- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"do_normalize":
|
| 3 |
"do_reduce_labels": false,
|
| 4 |
-
"do_rescale":
|
| 5 |
"do_resize": false,
|
| 6 |
"image_mean": [
|
| 7 |
0.485,
|
|
|
|
| 1 |
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
"do_reduce_labels": false,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
"do_resize": false,
|
| 6 |
"image_mean": [
|
| 7 |
0.485,
|