siglip_large_p16_384 / kf_preprocessor.json
IMvision12's picture
Upload kf_preprocessor.json with huggingface_hub
a588bcb verified
Raw
History Blame Contribute Delete
449 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.1.3",
"preprocessor_module": "kerasformers.models.siglip",
"preprocessor_class": "SigLIPImageProcessor",
"variant": "siglip_large_p16_384",
"image_resolution": 384,
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"do_center_crop": true,
"do_normalize": true,
"do_resize": true,
"data_format": "channels_last"
}