Upload processor
Browse files- preprocessor_config.json +7 -3
preprocessor_config.json
CHANGED
|
@@ -19,15 +19,19 @@
|
|
| 19 |
"do_rescale": true,
|
| 20 |
"do_resize": true,
|
| 21 |
"image_mean": [
|
| 22 |
-
0.
|
|
|
|
|
|
|
| 23 |
],
|
| 24 |
"image_processor_type": "ConvNextImageProcessor",
|
| 25 |
"image_std": [
|
| 26 |
-
0.
|
|
|
|
|
|
|
| 27 |
],
|
| 28 |
"resample": 3,
|
| 29 |
"rescale_factor": 0.00392156862745098,
|
| 30 |
"size": {
|
| 31 |
-
"shortest_edge":
|
| 32 |
}
|
| 33 |
}
|
|
|
|
| 19 |
"do_rescale": true,
|
| 20 |
"do_resize": true,
|
| 21 |
"image_mean": [
|
| 22 |
+
0.485,
|
| 23 |
+
0.456,
|
| 24 |
+
0.406
|
| 25 |
],
|
| 26 |
"image_processor_type": "ConvNextImageProcessor",
|
| 27 |
"image_std": [
|
| 28 |
+
0.229,
|
| 29 |
+
0.224,
|
| 30 |
+
0.225
|
| 31 |
],
|
| 32 |
"resample": 3,
|
| 33 |
"rescale_factor": 0.00392156862745098,
|
| 34 |
"size": {
|
| 35 |
+
"shortest_edge": 224
|
| 36 |
}
|
| 37 |
}
|