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

关于segnet的一点问题及正确思路 #71

Open
wanghao15536870732 opened this issue Nov 12, 2020 · 0 comments
Open

关于segnet的一点问题及正确思路 #71

wanghao15536870732 opened this issue Nov 12, 2020 · 0 comments

Comments

@wanghao15536870732
Copy link

segnet模型是需要在pooling时记住pooling index的,然后在upsampling的时候借用pooling index去恢复图像,keras是在upsampling的时候是没有根据pooling index去特定恢复的功能,这里需要自己用tf去写一个pooling与upsampling。

具体可参考#57

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

1 participant