S5-transformers / ViT-L /preprocessor_config.json
BiliSakura's picture
Upload 13 files
96e3a14 verified
Raw
History Blame Contribute Delete
432 Bytes
{
"image_processor_type": "S5ImageProcessor",
"size": {
"height": 512,
"width": 512
},
"do_resize": false,
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"do_normalize": true,
"do_convert_rgb": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"auto_map": {
"AutoImageProcessor": "image_processing_s5.S5ImageProcessor"
}
}