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

请问块效应是如何解决的 #58

Open
Mitsuhiro-Uesugi opened this issue Apr 27, 2023 · 2 comments
Open

请问块效应是如何解决的 #58

Mitsuhiro-Uesugi opened this issue Apr 27, 2023 · 2 comments

Comments

@Mitsuhiro-Uesugi
Copy link

作者大大好,想请问本文方法是怎么解决块效应的

@Xiangtaokong
Copy link
Member

恢复时是32*32 step 28 会有一部分像素overlap,这部分做平均操作,块效应就很少了

@zhgqcn
Copy link

zhgqcn commented Jan 3, 2024

恢复时是32*32 step 28 会有一部分像素overlap,这部分做平均操作,块效应就很少了

对于使用overlap,step过小会导致块太多,计算冗余。step过大由会导致整除问题。对于长方形的输入,分块后合并会导致像素变少,这个该怎么解决。比如LR为120160 HR为480640

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

3 participants