llava-v1.5-7b / preprocessor_config.json
Ruthw1k's picture
Create preprocessor_config.json
5e3d103 verified
raw
history blame
228 Bytes
{
"image_size": 224,
"image_mean": [0.485, 0.456, 0.406],
"image_std": [0.229, 0.224, 0.225],
"max_text_length": 128,
"do_resize": true,
"do_normalize": true,
"do_center_crop": false,
"resize_mode": "bilinear"
}