This guide will walk you through the steps to set up and run wirebond detection and analysis.
Create and activate the Conda environment using the provided environment.yml
file.
conda env create -f environment.yml
conda activate Wirebond
Execute the wirebond detection script to process the data.
python3 wirebonddetect.py
After running the detection script, analyze the results using the analysis script.
But change the path to the modules inside analyze_results.py
base_dir = os.path.join('/home/hgc-qc-web/Wirebond/', 'Modules') #change with your location of Modules
Finally run
python3 analyze_results.py