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

实在看不懂论文里面的x到底是什么... #41

Open
Boomhyomin opened this issue Mar 7, 2019 · 3 comments
Open

实在看不懂论文里面的x到底是什么... #41

Boomhyomin opened this issue Mar 7, 2019 · 3 comments

Comments

@Boomhyomin
Copy link

大佬你好,你们所写论文里面的x到底是什么?怎么迭代实现超分辨率的?网上查找到的资料,与你们发在CVPR上的图不一致,这个迭代该怎么理解?还望不吝赐教!

@leehomyc
Copy link
Owner

leehomyc commented Mar 7, 2019

x 是image, 就是从low res 到high res做。 在low res(128) 先用content network 得到一个initial prediction,再run textureoptimization, 之后再upsample 到下一个res (256), 再用这个做init做texture optimiaztion。再upsample到最高一个resolution(512), 做texture optimiation。

@Boomhyomin
Copy link
Author

x 是image, 就是从low res 到high res做。 在low res(128) 先用content network 得到一个initial prediction,再run textureoptimization, 之后再upsample 到下一个res (256), 再用这个做init做texture optimiaztion。再upsample到最高一个resolution(512), 做texture optimiation。

那每一次upsample后,texture network第一层的参数都得改?(毕竟init的大小变了)

@leehomyc
Copy link
Owner

leehomyc commented Mar 8, 2019

是的 你可以看看run_texture_optimization.lua

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