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

mingsung
/
working

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

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

  • Libraries
  • Transformers

    How to use mingsung/working with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="mingsung/working")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("mingsung/working")
    model = AutoModelForObjectDetection.from_pretrained("mingsung/working")
  • Notebooks
  • Google Colab
  • Kaggle
working / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
mingsung's picture
mingsung
Training in progress, step 1200
d9425a8 over 2 years ago
  • Nov10_22-40-25_e2fb4fea6b2a
    Training in progress, step 1200 over 2 years ago