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

vosstalane
/
object-detection

Object Detection
Transformers
Safetensors
English
conditional_detr
fashion
search
Model card Files Files and versions
xet
Community

Instructions to use vosstalane/object-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vosstalane/object-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="vosstalane/object-detection")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("vosstalane/object-detection")
    model = AutoModelForObjectDetection.from_pretrained("vosstalane/object-detection")
  • Notebooks
  • Google Colab
  • Kaggle
object-detection
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
vosstalane's picture
vosstalane
delete
ba5107c verified 10 months ago
  • LICENSE
    0 Bytes
    initial commit 10 months ago
  • README.md
    72 Bytes
    initial commit 10 months ago