SARMAE-transformers / vit-base-patch16-pretrain /preprocessor_config.json
BiliSakura's picture
Upload SARMAE ViT-B transformers-format pretrain checkpoint
423bf77 verified
Raw
History Blame Contribute Delete
507 Bytes
{
"image_processor_type": "SarmaeImageProcessor",
"size": {
"height": 224,
"width": 224
},
"do_resize": true,
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"do_normalize": true,
"do_convert_rgb": false,
"repeat_grayscale_channels": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"auto_map": {
"AutoImageProcessor": "image_processing_sarmae.SarmaeImageProcessor"
}
}