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

upfeatmediainc
/
owlv2-base-patch16-ensemble

Object Detection
Transformers
PyTorch
owlv2
zero-shot-object-detection
vision
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="upfeatmediainc/owlv2-base-patch16-ensemble")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
    
    processor = AutoProcessor.from_pretrained("upfeatmediainc/owlv2-base-patch16-ensemble")
    model = AutoModelForZeroShotObjectDetection.from_pretrained("upfeatmediainc/owlv2-base-patch16-ensemble")
  • Notebooks
  • Google Colab
  • Kaggle
owlv2-base-patch16-ensemble
Ctrl+K
Ctrl+K
  • 3 contributors
History: 2 commits
James Brown
fix requirements
c339da5 over 2 years ago
  • .gitattributes
    1.52 kB
    Duplicate from google/owlv2-base-patch16-ensemble over 2 years ago
  • .gitignore
    5 Bytes
    fix requirements over 2 years ago
  • README.md
    4.83 kB
    Duplicate from google/owlv2-base-patch16-ensemble over 2 years ago
  • added_tokens.json
    67 Bytes
    Duplicate from google/owlv2-base-patch16-ensemble over 2 years ago
  • config.json
    414 Bytes
    Duplicate from google/owlv2-base-patch16-ensemble over 2 years ago
  • merges.txt
    525 kB
    Duplicate from google/owlv2-base-patch16-ensemble over 2 years ago
  • preprocessor_config.json
    425 Bytes
    Duplicate from google/owlv2-base-patch16-ensemble over 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 over 2 years ago
  • requirements.txt
    71 Bytes
    fix requirements over 2 years ago
  • special_tokens_map.json
    121 Bytes
    Duplicate from google/owlv2-base-patch16-ensemble over 2 years ago
  • tokenizer_config.json
    1.1 kB
    Duplicate from google/owlv2-base-patch16-ensemble over 2 years ago
  • vocab.json
    1.06 MB
    Duplicate from google/owlv2-base-patch16-ensemble over 2 years ago