mobilevit-finetuned-food101 / preprocessor_config.json
paolinox's picture
paolinox/mobilevit-FT-food101
b7f582f
raw
history blame contribute delete
No virus
344 Bytes
{
"crop_size": {
"height": 256,
"width": 256
},
"do_center_crop": true,
"do_flip_channel_order": true,
"do_rescale": true,
"do_resize": true,
"image_processor_type": "MobileViTImageProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 288
},
"use_square_size": false
}