File size: 932 Bytes
e62cccb
 
072917c
 
 
 
 
 
 
 
 
c94c55f
 
072917c
 
 
d786d08
e62cccb
072917c
 
 
 
 
 
 
0f19159
 
 
 
 
 
 
 
072917c
 
 
0f19159
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
license: mit
tags:
  - ultralyticsplus
  - yolov8
  - ultralytics
  - yolo
  - vision
  - instance-segmentation
  - pytorch
  - awesome-yolov8-models
  - solar-panels
  - pv-panels
library_name: ultralytics
library_version: 8.0.57
inference: false
pipeline_tag: image-segmentation
---

YOLOv8s trained on solar panels dataset https://app.roboflow.com/rzeszow-university-of-technology/solar-panels-seg/2

**Inference API:** [On Roboflow](https://app.roboflow.com/rzeszow-university-of-technology/solar-panels-seg/deploy/2)

## Training results

![Results](train/results.png)

*Labels:*
![Labels](train/val_batch0_labels.jpg)

*Predictions:*
![Preds](train/val_batch0_pred.jpg)

## How to use

1. Instal ultralytics package. Follow their guide here: [Quickstart](https://docs.ultralytics.com/quickstart/)
2. Clone this repository.
3. Run inference
```sh
yolo segment predict model=best.pt imgsz=640 save=True source=image.png
```