/SolarPanels

Repository for usefull tools for Solar Panels

Primary LanguagePython

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]