Instructions to use google/owlv2-large-patch14-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/owlv2-large-patch14-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-object-detection", model="google/owlv2-large-patch14-finetuned")# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection processor = AutoProcessor.from_pretrained("google/owlv2-large-patch14-finetuned") model = AutoModelForZeroShotObjectDetection.from_pretrained("google/owlv2-large-patch14-finetuned") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 95deb17c40d1d8a91c0cd57736cfeb420ebaa49d5cb6d12d3f6aced604487d6d
- Size of remote file:
- 1.75 GB
- SHA256:
- 34ed47bd3aae698d4db8e0c17f1261271258293fda26293d97337a7452dba041
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.