Skip to content

Niloy-Chakraborty/Fully-Convolutional-Network-for-Image_Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image_Segmentation_Model

A Fully Convolutional Neural Network based model for Semantic Segmentation

In this project, a segmentation task has been performed for a small sample dataset. The dataset can be downloaded from this link, which has been prepared by Divam Gupta.

A FCN-8 architecture has been used for this task, which uses CNN to convert each of the image pixels to categories.For details of FCN-8, please refer to this paper.

Model Performance

performance

Opensource h5 pre-trained weights of VGG-16 architecture has been initialised at first. The model shows the Training Accuracy of 72% and Training Loss of 0.9