omniparser-icon-caption-mlx / processor_config.json
PlusMinus1's picture
Add OmniParser icon_caption converted to MLX (bf16), MIT
6c63a7d verified
Raw
History Blame Contribute Delete
600 Bytes
{
"image_processor": {
"crop_size": {
"height": 768,
"width": 768
},
"do_center_crop": false,
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_processor_type": "CLIPImageProcessor",
"image_seq_length": 577,
"image_std": [
0.229,
0.224,
0.225
],
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 768,
"width": 768
}
},
"processor_class": "Florence2Processor"
}