Fara1.5-9B-onnx / vision_processor.json
elbruno's picture
Add full Fara multimodal ONNX package
7f79b5d verified
Raw
History Blame Contribute Delete
748 Bytes
{
"processor": {
"name": "qwen3_vl_vision_processor",
"transforms": [
{
"operation": {
"name": "decode_image",
"type": "DecodeImage",
"attrs": {
"color_space": "RGB"
}
}
},
{
"operation": {
"name": "rescale",
"type": "Rescale"
}
},
{
"operation": {
"name": "normalize",
"type": "Normalize",
"attrs": {
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
]
}
}
}
]
}
}