plamo-2.1-2b-vl / preprocessor_config.json
niboshi000's picture
Upload folder using huggingface_hub
12d3640 verified
raw
history blame contribute delete
620 Bytes
{
"patch_size": 14,
"tile_context_length": 3072,
"max_image_width": 100000000,
"max_image_height": 100000000,
"downsample_ratio": 1.0,
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "SiglipImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "SiglipProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 384,
"width": 384
},
"auto_map": {
"AutoProcessor": "processing_plamo2_vl.Plamo2VLProcessor"
}
}