kwcckw / unet_magnetic_tiles_defects

Blow hole defects segmentation using UNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magnetic tiles blow hole defects segmentation using Unet

In this example, segmentation was done to identify the area of blow hole in the magnetic tiles using deep learning approach.

The dataset is available from:

https://github.com/abin24/Magnetic-tile-defect-datasets.

And the deep learning model UNet is adapted from:

https://github.com/mateuszbuda/brain-segmentation-pytorch

Original paper of UNet: U-Net: Convolutional Networks for Biomedical Image Segmentation (Ronneberger et al., 2015) https://arxiv.org/abs/1505.04597

The code was developed in Google Colab environment.

View 'defects_detect_blow_hole_dataloader.ipynb' for more information

View the folder 'datasets/defects/img_blow_hole' to get more information on the folder structure

Examples of predicted segmentation output:

Input image

About

Blow hole defects segmentation using UNet

License:MIT License


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%