BiomedCLIPv5 / preprocessor_config.json
michel-ducartier's picture
Upload processor
691ec83 verified
{
"auto_map": {
"AutoImageProcessor": "image_processing_biomedclip.BiomedCLIPImageProcessor"
},
"image_processor_type": "BiomedCLIPImageProcessor",
"is_train": false,
"preprocess": null,
"preprocess_cfg": {
"fill_color": 0,
"interpolation": "bicubic",
"mean": [
0.48145466,
0.4578275,
0.40821073
],
"mode": "RGB",
"resize_mode": "shortest",
"size": [
224,
224
],
"std": [
0.26862954,
0.26130258,
0.27577711
]
}
}