Skip to content

bj80heyue/PCB_Defect_Detection_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCB_Defect_Detection_GUI

Introduction

  • main.py

  • mainUI.py

    UI configuration file.

  • mainWindow.py

    Interactive logic code.

Installation[python3.6]

Requirements

  • Python 3.6+
  • PyQt5
  • requests
  • base64
  • json
  • opencv-python
  • numpy

Easy Install

pip install -r requirements.txt

Get Started

python main.py

Interface

  • Step 1.Select test board and standard board. home
  • Step 2.Upload image to server. upload
  • Step 3.Send detection signal. detect
  • Step 4.Select the display page.Set the threshold and observe the results. show
  • Step 5.
    • Images after registration can be found in 'data/tmp/'.
    • Images with annotated results are stored 'data/result/'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages