Upload processor
Browse files- preprocessor_config.json +10 -0
preprocessor_config.json
CHANGED
|
@@ -1,7 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"crop_pct": 0.875,
|
|
|
|
| 3 |
"data_format": "channels_first",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"do_normalize": true,
|
|
|
|
| 5 |
"do_rescale": true,
|
| 6 |
"do_resize": true,
|
| 7 |
"image_mean": [
|
|
@@ -15,8 +22,11 @@
|
|
| 15 |
0.224,
|
| 16 |
0.225
|
| 17 |
],
|
|
|
|
|
|
|
| 18 |
"resample": 3,
|
| 19 |
"rescale_factor": 0.00392156862745098,
|
|
|
|
| 20 |
"size": {
|
| 21 |
"shortest_edge": 224
|
| 22 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"crop_pct": 0.875,
|
| 3 |
+
"crop_size": null,
|
| 4 |
"data_format": "channels_first",
|
| 5 |
+
"default_to_square": false,
|
| 6 |
+
"device": null,
|
| 7 |
+
"disable_grouping": null,
|
| 8 |
+
"do_center_crop": null,
|
| 9 |
+
"do_convert_rgb": null,
|
| 10 |
"do_normalize": true,
|
| 11 |
+
"do_pad": null,
|
| 12 |
"do_rescale": true,
|
| 13 |
"do_resize": true,
|
| 14 |
"image_mean": [
|
|
|
|
| 22 |
0.224,
|
| 23 |
0.225
|
| 24 |
],
|
| 25 |
+
"input_data_format": null,
|
| 26 |
+
"pad_size": null,
|
| 27 |
"resample": 3,
|
| 28 |
"rescale_factor": 0.00392156862745098,
|
| 29 |
+
"return_tensors": null,
|
| 30 |
"size": {
|
| 31 |
"shortest_edge": 224
|
| 32 |
}
|