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

  • Log In
  • Sign Up

dokutoshi
/
owlvit-base-patch32_FT_cppe5

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

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

  • Libraries
  • Transformers

    How to use dokutoshi/owlvit-base-patch32_FT_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-object-detection", model="dokutoshi/owlvit-base-patch32_FT_cppe5")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
    
    processor = AutoProcessor.from_pretrained("dokutoshi/owlvit-base-patch32_FT_cppe5")
    model = AutoModelForZeroShotObjectDetection.from_pretrained("dokutoshi/owlvit-base-patch32_FT_cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
owlvit-base-patch32_FT_cppe5 / runs
6.61 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
dokutoshi's picture
dokutoshi
Training in progress, step 200
f57daf4 verified about 2 years ago
  • Apr20_00-33-20_a0d50f66aab8
    Training in progress, step 200 about 2 years ago