Skip to content
forked from preddy5/segnet

A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation

Notifications You must be signed in to change notification settings

jidebingfeng/segnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segnet is deep fully convolutional neural network architecture for semantic pixel-wise segmentation. This is implementation of http://arxiv.org/pdf/1511.00561v2.pdf (Except for the Upsampling layer where paper uses indices based upsampling which is not implemented in keras yet( I am working on it), but that shouldnt make a lot of difference). You can directly download the code from https://github.com/pradyu1993/segnet. This post is a explaination of what is happening in the code.

http://pradyu1993.github.io/2016/03/08/segnet-post.html

About

A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.6%
  • Python 2.4%