Tensorflow-SegNet icon indicating copy to clipboard operation
Tensorflow-SegNet copied to clipboard

Upsampling with pool indices

Open gspell opened this issue 7 years ago • 2 comments

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!

gspell avatar Nov 03 '17 00:11 gspell

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

mathildor avatar Nov 04 '17 10:11 mathildor

Thank you @mathildor!!

gspell avatar Nov 16 '17 15:11 gspell