marqo-fashionSigLIP / preprocessor_config.json
DavidJung's picture
Add support for AutoModel
782eaf7
raw
history blame contribute delete
No virus
516 Bytes
{
"auto_map": {
"AutoProcessor": "marqo_fashionSigLIP.MarqoFashionSigLIPProcessor"
},
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"do_convert_rgb": true,
"image_processor_type": "SiglipImageProcessor",
"image_mean": [
0.5,
0.5,
0.5
],
"processor_class": "marqo_fashionSigLIP.MarqoFashionSigLIPProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
},
"image_std": [
0.5,
0.5,
0.5
]
}