Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

google
/
owlvit-large-patch14

Zero-Shot Object Detection
Transformers
PyTorch
owlvit
vision
Model card Files Files and versions
xet
Community
8

Instructions to use google/owlvit-large-patch14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use google/owlvit-large-patch14 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-object-detection", model="google/owlvit-large-patch14")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
    
    processor = AutoProcessor.from_pretrained("google/owlvit-large-patch14")
    model = AutoModelForZeroShotObjectDetection.from_pretrained("google/owlvit-large-patch14")
  • Notebooks
  • Google Colab
  • Kaggle
owlvit-large-patch14
1.74 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 10 commits
Alara Dirik
Update README.md
b3135b5 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    5.15 kB
    Update README.md almost 4 years ago
  • config.json
    4.42 kB
    Update config.json almost 4 years ago
  • merges.txt
    525 kB
    Added model and processor almost 4 years ago
  • preprocessor_config.json
    403 Bytes
    Added model and processor almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.74 GB
    xet
    Added model and processor almost 4 years ago
  • special_tokens_map.json
    460 Bytes
    Added model and processor almost 4 years ago
  • tokenizer_config.json
    775 Bytes
    Update tokenizer_config.json almost 4 years ago
  • vocab.json
    1.06 MB
    Added model and processor almost 4 years ago