CoolFace
Modelpublic

mlx-community/LocateAnything-3B-bf16

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
2likes40downloads
processor_config.json23 linesDownload Raw Back to root
1{2  "image_processor": {3    "image_mean": [4      0.5,5      0.5,6      0.57    ],8    "image_processor_type": "LocateAnythingImageProcessor",9    "image_std": [10      0.5,11      0.5,12      0.513    ],14    "in_token_limit": 25600,15    "merge_kernel_size": [16      2,17      218    ],19    "patch_size": 1420  },21  "processor_class": "LocateAnythingProcessor"22}23