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

  • Log In
  • Sign Up

savioratharv
/
pothole_detection

Object Detection
Transformers
Safetensors
yolos
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use savioratharv/pothole_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="savioratharv/pothole_detection")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("savioratharv/pothole_detection")
    model = AutoModelForObjectDetection.from_pretrained("savioratharv/pothole_detection")
  • Notebooks
  • Google Colab
  • Kaggle
pothole_detection
25.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
savioratharv's picture
savioratharv
Upload YolosForObjectDetection
07ab97e verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.18 kB
    Upload YolosForObjectDetection over 2 years ago
  • config.json
    783 Bytes
    Upload YolosForObjectDetection over 2 years ago
  • model.safetensors
    25.9 MB
    xet
    Upload YolosForObjectDetection over 2 years ago
  • preprocessor_config.json
    457 Bytes
    Upload preprocessor_config.json over 2 years ago