tipsv2-b14 / zm_preprocessor.json
IMvision12's picture
Migrate to zeromodels (rename kf_*.json -> zm_*.json, fix refs in config + README, ensure tag + badge)
cc7b3d3 verified
Raw
History Blame Contribute Delete
413 Bytes
{
"library_name": "zeromodels",
"zeromodels_version": "1.2.5",
"preprocessor_module": "zeromodels.models.tipsv2",
"preprocessor_class": "Tipsv2ImageProcessor",
"variant": "tipsv2-b14",
"image_resolution": 448,
"resample": "bilinear",
"do_normalize": false,
"do_resize": true,
"mean": [
0.0,
0.0,
0.0
],
"std": [
1.0,
1.0,
1.0
],
"data_format": "channels_last"
}