Delete preprocessor_config.json
Browse files- preprocessor_config.json +0 -16
preprocessor_config.json
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"crop_size": {
|
3 |
-
"height": 256,
|
4 |
-
"width": 256
|
5 |
-
},
|
6 |
-
"do_center_crop": true,
|
7 |
-
"do_flip_channel_order": true,
|
8 |
-
"do_rescale": true,
|
9 |
-
"do_resize": true,
|
10 |
-
"image_processor_type": "MobileViTImageProcessor",
|
11 |
-
"resample": 2,
|
12 |
-
"rescale_factor": 0.00392156862745098,
|
13 |
-
"size": {
|
14 |
-
"shortest_edge": 288
|
15 |
-
}
|
16 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|