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
To use it you must install OpenCV for python. Here is a guide to install it.
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]