deepseek-vl-7b-chat / preprocessor_config.json
geetu040's picture
Upload processor
a8bdcfa verified
raw
history blame contribute delete
733 Bytes
{
"background_color": [
122,
116,
104
],
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"high_res_image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"high_res_image_std": [
0.26862954,
0.26130258,
0.27577711
],
"high_res_resample": 3,
"high_res_size": {
"height": 1024,
"width": 1024
},
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "DeepseekVLHybridImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"min_size": 14,
"processor_class": "DeepseekVLHybridProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 384,
"width": 384
}
}