mobilevitv2-1.0-voc-deeplabv3 / preprocessor_config.json
Matthijs Hollemans
clone from https://huggingface.co/shehan97/mobilevitv2-1.0-voc-deeplabv3
f62ab0e
raw
history blame
No virus
318 Bytes
{
"crop_size": {
"height": 512,
"width": 512
},
"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": 544
}
}