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

Hsueh1001
/
28-yolo

Object Detection
Transformers
PyTorch
yolos
Model card Files Files and versions
xet
Community
1

Instructions to use Hsueh1001/28-yolo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Hsueh1001/28-yolo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Hsueh1001/28-yolo")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("Hsueh1001/28-yolo")
    model = AutoModelForObjectDetection.from_pretrained("Hsueh1001/28-yolo")
  • Notebooks
  • Google Colab
  • Kaggle
28-yolo
224 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
Hsueh1001's picture
Hsueh1001
Update config.json
c436626 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • 10.pt
    74.8 MB
    xet
    Upload 10.pt over 2 years ago
  • README.md
    10 Bytes
    Update README.md over 2 years ago
  • config.json
    4.24 kB
    Update config.json over 2 years ago
  • detect.py
    9.33 kB
    Upload detect.py over 2 years ago
  • preprocessor_config.json
    275 Bytes
    Update preprocessor_config.json over 2 years ago
  • pytorch_model.bin
    149 MB
    xet
    Upload pytorch_model.bin with huggingface_hub over 2 years ago