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

Resolution mismatching for interpolation #11

Closed
letatanu opened this issue Aug 10, 2018 · 2 comments
Closed

Resolution mismatching for interpolation #11

letatanu opened this issue Aug 10, 2018 · 2 comments

Comments

@letatanu
Copy link

letatanu commented Aug 10, 2018

Thank you so much for sharing your code.
I use TOFLow to interpolate 2k images, their resolution is 2560x1440.
16 can divide 2560 and 16 can also divide 1440.
However, after doing interpolation, the resolution of my result is 2096x1184. How could I resolve this problem?
Thank you.

@anchen1011
Copy link
Owner

Hi, in loader.lua we set local npMax to prevent GPU memory outage. If your machine is powerful enough, feel free to set it higher to, e.g., 8500000.

I also update the repo code into 8500000, since the previous number is too low for interpolation...

Thanks!

@letatanu
Copy link
Author

Thank you. I'll try it.

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