tkuanlun350 / Tensorflow-SegNet

Implement slightly different caffe-segnet in tensorflow
MIT License
369 stars 164 forks source link

Upsampling with pool indices #26

Open gspell opened 7 years ago

gspell commented 7 years ago

Hi,

Thanks for posting such useful code! I noticed that that the upsampling doesn't seem to use the indices from the max-pool as they do in the SegNet paper. Have you implemented something that does this?

Thanks!

mathildor commented 7 years ago

I have a SegNet implementation based on this code where I have added functionality so that the indices are used for upsampling.

gspell commented 7 years ago

Thank you @mathildor!!