YOLOv8s trained on solar panels dataset https://app.roboflow.com/rzeszow-university-of-technology/solar-panels-seg/2
Inference API: On Roboflow
Training results
How to use
- Instal ultralytics package. Follow their guide here: Quickstart
- Clone this repository.
- Run inference
yolo segment predict model=best.pt imgsz=640 save=True source=image.png
Inference API (serverless) has been turned off for this model.