mobilevit_xs_deeplabv3 / zm_preprocessor.json
IMvision12's picture
Migrate to zeromodels (rename kf_*.json -> zm_*.json, fix refs in config + README, ensure tag + badge)
623d4da verified
Raw
History Blame Contribute Delete
477 Bytes
{
"library_name": "zeromodels",
"preprocessor_module": "zeromodels.models.mobilevit",
"preprocessor_class": "MobileViTImageProcessor",
"variant": null,
"size": {
"shortest_edge": 544
},
"crop_size": {
"height": 512,
"width": 512
},
"resample": "bilinear",
"do_resize": true,
"do_center_crop": true,
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"do_flip_channel_order": true,
"return_tensor": true,
"data_format": null
}