Skip to content

lahiripratik/Texture-Classification-of-Leather-Defects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Texture Classification of Leather Defects

A very basic project to binary classify image samples of leather texture into defective or non-defective.

A little about the main concept of convolutional layers used in image processing, that I have employed as a layer while training the model. The main purpose to pass the image through multiple layers is to identify the defects clearly, which are recognised as pixel deviations from its surroundings.

IMG_1629 IMG_1630

A broad outline of the layers used in the model and their working

image

The sequential model consisted of the following layers

Dropout Layer

image

Conv2D Layer (as explained above)

MaxPooling2D Layer

This layer is placed on the convulated image after applying the convulution layer. Picks up the maximum intensity values, hence the word 'Max'.

image

Flatten Layer

This was used to convert the multi-dimensional output from the above layers to one-dimensional value.

Dense Layer

This was used for classification purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published