Image analysis of defects on solar cells.
This package allows you to analyze electroluminescene (EL) images of PV module. The methods in this package include EL image preprocessing, defective cell identification, crack segmentation, maximum isolated area prediction, etc.
- create a virtual environment with conda
conda create -n pv-vision python=3.10
conda activate pv-vision
- Install from source
git clone https://github.com/hackingmaterials/pv-vision.git
cd pv-vision
pip install .
- Install from Pypi
pip install pv-vision
Import the package
import pv_vision
Read tutorials
Please cite our papers if you use our tool or dataset.
Citation format can be found in our github