Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 906 Bytes

long_description.md

File metadata and controls

37 lines (30 loc) · 906 Bytes

PV-Vision

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.

Installation

  1. create a virtual environment with conda
conda create -n pv-vision python=3.10
conda activate pv-vision
  1. Install from source
git clone https://github.com/hackingmaterials/pv-vision.git
cd pv-vision
pip install .
  1. Install from Pypi
pip install pv-vision

Usage

Import the package

import pv_vision

Read tutorials

Citation

Please cite our papers if you use our tool or dataset.

Citation format can be found in our github