aviralchharia / Surface-Defect-Detection-in-Hot-Rolled-Steel-Strips

This project aims to automatically detect surface defects in Hot-Rolled Steel Strips such as rolled-in scale, patches, crazing, pitted surface, inclusion and scratches. A CNN is trained on the NEU Metal Surface Defects Database which contains 1800 grayscale images with 300 samples of each of the six different kinds of surface defects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic Surface Defect Detection in Hot Rolled Steel Strips

Automatic metallic surface defect inspection has received increased attention in relation to the quality control of industrial products across industries. This project aims to automatically detect metal surface defects such as rolled-in scale, patches, crazing, pitted surface, inclusion and scratches (as depicted in the image below) in Hot-Rolled Steel Strips. The defects are classified into their specific classes via a convolutional neural network (CNN).

A Convolutional Neural Network (CNN) Model is implemented and trained on the NEU (Northeastern University) Metal Surface Defects Database which contains 1800 grayscale images with 300 samples each of the six different kinds of Surface Defects in Hot Rolled Steel Stips collected in industry. The convolutional neural network model architecture implemented is as below.

The following Model Accuracy & Validation Loss Curves are obtained after 20 epochs.

The results obtained have high test set accuracy and are as as shown below.

The experimental results demonstrate that this method meets the robustness and accuracy requirements for metallic defect detection. Meanwhile, it can also be extended to other detection applications.

About

This project aims to automatically detect surface defects in Hot-Rolled Steel Strips such as rolled-in scale, patches, crazing, pitted surface, inclusion and scratches. A CNN is trained on the NEU Metal Surface Defects Database which contains 1800 grayscale images with 300 samples of each of the six different kinds of surface defects.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%