marqo-fashionSigLIP / preprocessor_config.json
elliesleightholm's picture
Upload ONNX weights (+ quantizations) + Transformers.js support (#1)
ef343cf verified
raw
history blame
No virus
367 Bytes
{
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_processor_type": "SiglipImageProcessor",
"image_mean": [
0.5,
0.5,
0.5
],
"processor_class": "SiglipProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
},
"image_std": [
0.5,
0.5,
0.5
]
}