mobilevitv2-2.0-imagenet1k-256 / preprocessor_config.json
Matthijs Hollemans
clone from https://huggingface.co/shehan97/mobilevitv2-2.0-imagenet1k-256
b14abe1
raw
history blame
No virus
318 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": "MobileViTv2ImageProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 288
}
}