Uni-MoE-2.0-Image / preprocessor_config.json
Ghaser's picture
Add files using upload-large-folder tool
3bee97b verified
raw
history blame contribute delete
376 Bytes
{
"crop_size": {
"height": 384,
"width": 384
},
"data_format": "channels_first",
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "SigLipImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "Qwen2VLProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": [
384,
384
]
}