Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 495 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 495 Bytes

keras-segnet

Implementation of SegNet-like architecture using keras.
Current version doesn't support index transferring proposed in SegNet article, so it's basically a general Encoder-Decoder network. In index-based-upsampling folder you can find some code used for index transferring implemented for older version of theano.

SegNet architecture