Sky-OG-Model / README.md
merdiofrivia's picture
Upload README.md with huggingface_hub
6d2678d verified
|
Raw
History Blame Contribute Delete
1.09 kB
---
license: agpl-3.0
library_name: ultralytics
tags:
- yolo
- object-detection
- image-segmentation
- solar
- photovoltaic
- thermal
pipeline_tag: object-detection
---
# Sky-OG-Model β€” PV Thermal Anomaly Detection & Module Segmentation
Models for the [Sky-OG](https://huggingface.co/datasets/merdiofrivia/Sky-OG)
PV thermal inspection pipeline.
> **Status:** scaffold only. Weights and finalized configs are produced in RunPod
> and pushed here. The tree below is the intended layout.
## Repository structure
```
Sky-OG-Model/
β”œβ”€β”€ README.md
β”œβ”€β”€ detection/
β”‚ β”œβ”€β”€ yolo26_pv_4class_base.pt # YOLO26 detection, 4-class (base)
β”‚ └── yolo26_pv_4class_ft.pt # + fine-tuned on Sky-OG frames
β”œβ”€β”€ segmentation/
β”‚ └── yolo11seg_module_autogeo.pt # YOLO11-seg, module auto-geo labels
└── configs/
β”œβ”€β”€ data_detection.yaml
β”œβ”€β”€ data_segmentation.yaml
└── sahi_inference.yaml
```
## Evaluation
Metrics vs. Sitemark ground truth and per-class confusion matrix to be added
once training completes.