fastvlm-0.5b-captions / preprocessor_config.json
riddhimanrana's picture
Upload model
3e95152 verified
raw
history blame contribute delete
467 Bytes
{
"crop_size": {
"height": 1024,
"width": 1024
},
"do_center_crop": true,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.0,
0.0,
0.0
],
"image_processor_type": "CLIPImageProcessor",
"image_std": [
1.0,
1.0,
1.0
],
"processor_class": "LlavaProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 1024
}
}