nano-gv / processor_config.json
joerunde's picture
initial snapshot
991a619 verified
Raw
History Blame Contribute Delete
873 Bytes
{
"image_processor": {
"crop_size": {
"height": 112,
"width": 112
},
"do_center_crop": true,
"do_convert_rgb": null,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"image_grid_pinpoints": [
[
112,
112
],
[
112,
224
],
[
224,
112
]
],
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "LlavaNextImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 112,
"width": 112
}
},
"image_token": "<image>",
"num_additional_image_tokens": 0,
"patch_size": 14,
"processor_class": "LlavaNextProcessor",
"vision_feature_select_strategy": "full"
}