ViCLIP-OT / preprocessor_config.json
minhnguyent546's picture
Upload folder using huggingface_hub
c7faf67 verified
Raw
History Blame
422 Bytes
{
"auto_map": {
"AutoImageProcessor": "processing_viclip_ot.ViCLIPOTImageProcessor",
"AutoProcessor": "processing_viclip_ot.ViCLIPOTProcessor"
},
"crop_size": 224,
"image_processor_type": "ViCLIPOTImageProcessor",
"interpolation": "bicubic",
"mean": [
0.485,
0.456,
0.406
],
"processor_class": "ViCLIPOTProcessor",
"resize_size": 256,
"std": [
0.229,
0.224,
0.225
]
}