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

  • Log In
  • Sign Up

Duplicated from  google/owlv2-base-patch16-ensemble

Thomasboosinger
/
owlv2-base-patch16-ensemble

Zero-Shot Object Detection
Transformers
PyTorch
owlv2
vision
Model card Files Files and versions
xet
Community
1

Instructions to use Thomasboosinger/owlv2-base-patch16-ensemble with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Thomasboosinger/owlv2-base-patch16-ensemble with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-object-detection", model="Thomasboosinger/owlv2-base-patch16-ensemble")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
    
    processor = AutoProcessor.from_pretrained("Thomasboosinger/owlv2-base-patch16-ensemble")
    model = AutoModelForZeroShotObjectDetection.from_pretrained("Thomasboosinger/owlv2-base-patch16-ensemble")
  • Notebooks
  • Google Colab
  • Kaggle
owlv2-base-patch16-ensemble
622 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Thomasboosinger's picture
Thomasboosinger
Create requirements.txt
0210339 verified about 2 years ago
  • .gitattributes
    1.52 kB
    Duplicate from google/owlv2-base-patch16-ensemble about 2 years ago
  • README.md
    4.83 kB
    Update README.md about 2 years ago
  • added_tokens.json
    67 Bytes
    Duplicate from google/owlv2-base-patch16-ensemble about 2 years ago
  • config.json
    414 Bytes
    Duplicate from google/owlv2-base-patch16-ensemble about 2 years ago
  • handler.py
    1.58 kB
    Update handler.py about 2 years ago
  • merges.txt
    525 kB
    Duplicate from google/owlv2-base-patch16-ensemble about 2 years ago
  • preprocessor_config.json
    425 Bytes
    Duplicate from google/owlv2-base-patch16-ensemble about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    620 MB
    xet
    Duplicate from google/owlv2-base-patch16-ensemble about 2 years ago
  • requirements.txt
    20 Bytes
    Create requirements.txt about 2 years ago
  • special_tokens_map.json
    121 Bytes
    Duplicate from google/owlv2-base-patch16-ensemble about 2 years ago
  • tokenizer_config.json
    1.1 kB
    Duplicate from google/owlv2-base-patch16-ensemble about 2 years ago
  • vocab.json
    1.06 MB
    Duplicate from google/owlv2-base-patch16-ensemble about 2 years ago