Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 827 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 827 Bytes

SolarPanels

This is a project for Solar Panels recognition in pictures taken from drones. It is consisted of 2 parts:

  • CloseDetect.py detects solar panels
  • Failure.py detects burned parts on a solar panel

CloseDetect.py Results

alt text alt text

Failure.py Results

alt text alt text

Prerequisites

To use it you must install OpenCV for python. Here is a guide to install it.

Running

python CloseDetect.py -f [path to picture taken from drone to find solar panels]

python Failure.py -b [path to picture with solar panel with burned part]