| { | |
| "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 | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| } |