Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unet代码 #9

Open
Heishuilaogui opened this issue Feb 11, 2020 · 2 comments
Open

unet代码 #9

Heishuilaogui opened this issue Feb 11, 2020 · 2 comments

Comments

@Heishuilaogui
Copy link

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
Copy link
Owner

BBuf commented Mar 10, 2020

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

@BBuf
Copy link
Owner

BBuf commented Mar 10, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants