FastVLM-0.5B-ONNX / preprocessor_config.json
Xenova's picture
Xenova HF Staff
Upload folder using huggingface_hub
04126f1 verified
raw
history blame
463 Bytes
{
"crop_size": {
"height": 256,
"width": 256
},
"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": 256
}
}