DECUR-transformers / decur-vit-small-patch16-s2c /preprocessor_config.json
BiliSakura's picture
Sync updated code and configs (no weight re-upload)
ba1e0da verified
Raw
History Blame Contribute Delete
334 Bytes
{
"image_processor_type": "DeCURImageProcessor",
"size": {
"height": 224,
"width": 224
},
"do_resize": false,
"do_rescale": true,
"do_normalize": false,
"do_convert_rgb": false,
"rescale_factor": 0.00392156862745098,
"auto_map": {
"AutoImageProcessor": "image_processing_decur.DeCURImageProcessor"
}
}