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

  • Log In
  • Sign Up

peterproofpath
/
owlv2-detector

Object Detection
Transformers
owlv2
zero-shot
visual-prompting
Model card Files Files and versions
xet
Community

Instructions to use peterproofpath/owlv2-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use peterproofpath/owlv2-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="peterproofpath/owlv2-detector")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("peterproofpath/owlv2-detector", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
owlv2-detector
11 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
peterproofpath's picture
peterproofpath
Upload 3 files
7a3ba2e verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.59 kB
    Upload 3 files 4 months ago
  • handler.py
    6.81 kB
    Upload 3 files 4 months ago
  • requirements.txt
    49 Bytes
    Upload 3 files 4 months ago