Upload processor
Browse files- preprocessor_config.json +7 -14
preprocessor_config.json
CHANGED
@@ -4,22 +4,15 @@
|
|
4 |
},
|
5 |
"do_normalize": false,
|
6 |
"do_rescale": false,
|
7 |
-
"do_resize":
|
8 |
-
"image_mean":
|
9 |
-
0.5,
|
10 |
-
0.5,
|
11 |
-
0.5
|
12 |
-
],
|
13 |
"image_processor_type": "SpiceCNNImageProcessor",
|
14 |
-
"image_std":
|
15 |
-
0.5,
|
16 |
-
0.5,
|
17 |
-
0.5
|
18 |
-
],
|
19 |
"resample": 2,
|
20 |
"rescale_factor": 0.00392156862745098,
|
21 |
"size": {
|
22 |
-
"height":
|
23 |
-
"width":
|
24 |
-
}
|
|
|
25 |
}
|
|
|
4 |
},
|
5 |
"do_normalize": false,
|
6 |
"do_rescale": false,
|
7 |
+
"do_resize": true,
|
8 |
+
"image_mean": 0.5,
|
|
|
|
|
|
|
|
|
9 |
"image_processor_type": "SpiceCNNImageProcessor",
|
10 |
+
"image_std": 0.5,
|
|
|
|
|
|
|
|
|
11 |
"resample": 2,
|
12 |
"rescale_factor": 0.00392156862745098,
|
13 |
"size": {
|
14 |
+
"height": 28,
|
15 |
+
"width": 28
|
16 |
+
},
|
17 |
+
"trust_remote_code": true
|
18 |
}
|