Skip to content

SananSuleymanov/AOI_screwing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Automatic Optical Inspection for Screwing process

The project is intended to be used in manufacturing for the quality check of screwing process. It uses CNN based segmentation model which is trained on screwed and non-screwed images of product holes. Desktop application is developed using PyQT which allows users to create recipes for each product and also, run model in live-stream video which is captured using USB camera. The recipe consists of the drawn region of interests and is saved in JSON format for each screwing hole together with the product position, which is detected using the Foreground Extraction GrabCut algorithm.

When the user selects the recipe from the dropdown menu and clicks on the "Start" button, it automatically runs the model in each cropped image from the region of interests received from JSON data.

If classification accuracy is over the threshold it will write "Pass" and screwing holes will be drawn using the green marker. If not, then "Fail" will be written on the screen and the rectangles will be marked using a red marker. All steps are recorded in the below-mentioned video.

Note: The code of the project is not public.

cubed-aoi.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages