We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
outputHeight = Model(inputs, o).output_shape[1] outputWidth = Model(inputs, o).output_shape[2] o = (Reshape((outputHeight*outputWidth, nClasses)))(o)
你好,unet代码最后这三句代码是什么意思? outputHeight和outputWidth不都是112么,这样子出来的图是不是比原图小一半
The text was updated successfully, but these errors were encountered:
这个你可以自己修改,这里相当于少了一次上采样,你可以多上采样一次。
Sorry, something went wrong.
最近比较忙没有上这这个项目,很抱歉。我的微信hellotopython可以直接联系我。我最近会开始继续更新这个项目的。
No branches or pull requests
你好,unet代码最后这三句代码是什么意思?
outputHeight和outputWidth不都是112么,这样子出来的图是不是比原图小一半
The text was updated successfully, but these errors were encountered: