LocateAnything-3B-MLX / preprocessor_config.json
eadx's picture
Duplicate from andai-labs/LocateAnything-3B-MLX
010e23e
Raw
History Blame Contribute Delete
479 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_locateanything.LocateAnythingImageProcessor",
"AutoProcessor": "processing_locateanything.LocateAnythingProcessor"
},
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "LocateAnythingImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"in_token_limit": 1024,
"merge_kernel_size": [
2,
2
],
"patch_size": 14,
"processor_class": "LocateAnythingProcessor"
}