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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

4keles
/
solar-panel-od

Object Detection
ultralytics
ONNX
English
solar-panel
yolo
computer-vision
defect-detection
Model card Files Files and versions
xet
Community

Instructions to use 4keles/solar-panel-od with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ultralytics

    How to use 4keles/solar-panel-od with ultralytics:

    # Couldn't find a valid YOLO version tag.
    # Replace XX with the correct version.
    from ultralytics import YOLOvXX
    
    model = YOLOvXX.from_pretrained("4keles/solar-panel-od")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
solar-panel-od
171 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
4keles's picture
4keles
feat: add model card โ€” 6-class metrics, usage, download instructions
52ab71a verified 19 days ago
  • thermal-v1.0.4
    Upload thermal-v1.0.4/metadata.json with huggingface_hub 19 days ago
  • v1.2.0
    Upload v1.2.0/best.pt with huggingface_hub 19 days ago
  • v1.2.1
    Upload v1.2.1/metadata.json with huggingface_hub 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 19 days ago
  • README.md
    2.61 kB
    feat: add model card โ€” 6-class metrics, usage, download instructions 19 days ago