MarvinTeichmann / tensorflow-fcn

An Implementation of Fully Convolutional Networks in Tensorflow.
MIT License
1.1k stars 433 forks source link

the kernel–size of upscore–layer(deconvolution) in fcn32s #55

Closed Husband-of-Reimu closed 5 years ago

Husband-of-Reimu commented 6 years ago

Hi, guy. I want to know why the kernel-size of upscore-layer(32s) is 64. Why not 404, the paper give the vgg16output’ receptive field equal to 404, and i think it is also the kernel-size of deconvolution, and i try k-size=64, but the connect between input and output(receptive filed) is wrong. Can you tell me? thank you very much!!!