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

davabbb
/
output

Object Detection
Transformers
TensorBoard
Safetensors
detr
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use davabbb/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use davabbb/output with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="davabbb/output")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("davabbb/output")
    model = AutoModelForObjectDetection.from_pretrained("davabbb/output")
  • Notebooks
  • Google Colab
  • Kaggle
output / runs
27.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
davabbb's picture
davabbb
Training in progress, step 400
f8f809c verified about 2 years ago
  • Apr09_21-44-16_DESKTOP-3A7SKVD
    Training in progress, step 200 about 2 years ago
  • Apr09_22-02-13_DESKTOP-3A7SKVD
    Training in progress, step 200 about 2 years ago
  • May03_00-33-24_DESKTOP-3A7SKVD
    Training in progress, step 400 about 2 years ago