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

Add Waifu2x support #126

Open
spillerrec opened this issue Jul 30, 2018 · 1 comment
Open

Add Waifu2x support #126

spillerrec opened this issue Jul 30, 2018 · 1 comment

Comments

@spillerrec
Copy link
Owner

waifu2x-converter-cpp as a C library interface, and while not as good as the actual Lua based Waifu2x, it should do the trick.

Hopefully it shouldn't be too bad to implement, but there should be an option to not compile with it as I'm not sure circleci will have it as a package, and I don't want to start having to build it manually.

@spillerrec
Copy link
Owner Author

I have a RGB float32 version up and running, needs to be cleaned and have the YUV and Y versions as well though.
It needs a folder path to point towards the models, which obviously will differ depending on the computer. It appears it has to be specified, though the waifu2x-converter-cpp executable must have a way to deal with this.
And lastly, there is a blockSize parameter which I do not know what does. It seems to work with it being set to 0 at least.

spillerrec added a commit that referenced this issue Aug 8, 2018
spillerrec added a commit that referenced this issue Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant