BBuf/Keras-Semantic-Segmentation

unet代码

Heishuilaogui opened this issue · 2 comments

outputHeight = Model(inputs, o).output_shape[1]
outputWidth = Model(inputs, o).output_shape[2]
o = (Reshape((outputHeight*outputWidth, nClasses)))(o)

你好,unet代码最后这三句代码是什么意思?
outputHeight和outputWidth不都是112么,这样子出来的图是不是比原图小一半

BBuf commented

这个你可以自己修改,这里相当于少了一次上采样,你可以多上采样一次。

BBuf commented

最近比较忙没有上这这个项目,很抱歉。我的微信hellotopython可以直接联系我。我最近会开始继续更新这个项目的。