Coder Social home page Coder Social logo

ananyaroy1011 / image-segmentation Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.13 MB

Deep Convolutional Encoder-Decoder Architecture implemented along with max-pooling indices for pixel-wise semantic segmentation using CamVid dataset.

License: MIT License

Python 100.00%
tensorflow keras segnet semantic-segmentation augmentation max-pooling camvid-dataset pixel-wise deep-convolutional-neural-networks encoder-decoder-architecture

image-segmentation's Introduction

SegNet : Deep Convolutional Encoder-Decoder Architecture for Pixel-wise Image Segmentation

This Project is implemented based on the following research paper: View Research Paper
Program was implemented using Python, TenserFlow, Keras and OpenCV. Refer the report for further implementation details: View Report
CamVid dataset is used for training. Download CamVid dataset from provided drive link into CamVid folder: Download CamVid
Trained Model weights can be downloaded from provided drive link into Model folder: Download Model



Network Architecture

Overview:

  • Contains encoder network and corresponding decoder network which will consist of a hierarchy of decoders one corresponding to each encoder
  • Encoder network has 13 convolutional layers
  • Decoder network has 13 layers corresponding to each encoder
  • Non-linear upsampling in decoder using pooling indices from max-pooling step of the corresponding encoder for accurate boundary localization
  • Upsampling maps are convolved with trainable filters to produce dense feature maps in decoder because upsampling maps are spared
  • Followed by final pixel-wise classification layer using Softmax
  • Dataset augmentation with albumentations


Results:

  1. Comparing Ground Truth and Predictions of Trained Model:


  1. Evaluation of SegNet on Train, Validation, and Test Data:


  1. Precision, Recall, F1-score and Support:


image-segmentation's People

Contributors

ananyaroy1011 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.