Instructions to use AXERA-TECH/LocateAnything-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AXERA-TECH/LocateAnything-3B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-object-detection", model="AXERA-TECH/LocateAnything-3B")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AXERA-TECH/LocateAnything-3B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
b81c0cf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1343d9c0b72463b5b0c86aedc19478f6bc1ff45e541686852e8d641e57303b2c
size 251985
|