Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

rathi2023
/
owlvit-base-patch32

Zero-Shot Object Detection
Transformers
TensorBoard
Safetensors
owlvit
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use rathi2023/owlvit-base-patch32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rathi2023/owlvit-base-patch32 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-object-detection", model="rathi2023/owlvit-base-patch32")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
    
    processor = AutoProcessor.from_pretrained("rathi2023/owlvit-base-patch32")
    model = AutoModelForZeroShotObjectDetection.from_pretrained("rathi2023/owlvit-base-patch32")
  • Notebooks
  • Google Colab
  • Kaggle
owlvit-base-patch32 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
rathi2023's picture
rathi2023
Training in progress, step 1600
f6b7a11 verified about 2 years ago
  • Apr16_20-32-20_e94151ae2d81
    Training in progress, step 200 about 2 years ago
  • Apr17_05-59-08_7a388677337a
    Training in progress, step 200 about 2 years ago
  • Apr17_19-00-51_4d3994b3e917
    Training in progress, step 200 about 2 years ago
  • Apr18_00-02-56_9b1f57022808
    Training in progress, step 200 about 2 years ago
  • Apr20_03-18-36_800ee83d46ca
    Training in progress, step 600 about 2 years ago
  • Apr20_04-54-40_c87bc485f4e5
    Training in progress, step 200 about 2 years ago
  • Apr20_04-59-43_c87bc485f4e5
    Training in progress, step 200 about 2 years ago
  • Apr20_05-05-58_c87bc485f4e5
    Training in progress, step 200 about 2 years ago
  • Apr20_05-16-19_c87bc485f4e5
    Training in progress, step 800 about 2 years ago
  • Apr20_06-09-25_e8a9fe3c62aa
    Training in progress, step 200 about 2 years ago
  • Apr20_06-13-26_e8a9fe3c62aa
    Training in progress, step 1600 about 2 years ago