Views
No views yet
nvidia/LocateAnything-3B,
a vision-language model for fast, high-quality visual grounding (object detection,
referring-expression grounding, pointing, GUI/text localization). Converted with
mlx-vlm for Apple Silicon.Note: LocateAnything support inmlx-vlmcurrently lives in a pull request and is not yet in a releasedmlx-vlm. Until it merges, install from the branch that adds thelocateanythingmodel:pip install "git+https://github.com/beshkenadze/mlx-vlm@feat/locateanything-3b"
1python -m mlx_vlm.generate --model mlx-community/LocateAnything-3B-8bit \
2 --image http://images.cocodataset.org/val2017/000000039769.jpg \
3 --prompt "Detect all objects in the image." --max-tokens 128 --temperature 0.0<ref>remote</ref><box><64><152><273><244></box> with coordinates quantized to
<0>..<1000> (normalized). Decoding modes: autoregressive (slow, default) and
Parallel Box Decoding (fast/hybrid, ~2x faster) via generation_mode.LICENSE file from the source model is included in this repo.