preddy5 / segnet

A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation
http://preddy5.github.io/2016/03/08/segnet-post.html
205 stars 106 forks source link

About the decoder part #18

Open Jo-wang opened 3 years ago

Jo-wang commented 3 years ago

Hi there,

Thank you for your code.

I'm just wondering if it's a proper way to implement the decoder part using UpSampling2D since the paper mentioned that it uses max-pooling indices for upsampling.

preddy5 commented 3 years ago

Hey @Jo-wang I have not implemented indices-based upsampling. I have since stopped maintaining the repo :/ . You should check out https://github.com/danielenricocahall/Keras-SegNet it looks like the repo is still being maintained.