shekkizh / FCN.tensorflow

Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation (http://fcn.berkeleyvision.org)
MIT License
1.25k stars 527 forks source link

up sampling phase structure? #57

Closed bhralzz closed 6 years ago

bhralzz commented 7 years ago

Dear all, how up-sampling phase occurred in the code? as I traced it encoded from 240240 as input, to 88 but decoded to 30*30 at the end of Inference function! how I can trace the network draw the network architecture? for both encoding and decoding!

shekkizh commented 6 years ago

Closing due to inactivity