We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are currently shipping with only the ESPCN, SRCNN, VESPCN, and VSRNET models, which are pre-trained on real-world footage. Where superresolution really shines, however, is text, CGI, and drawings. Waifu2x is a good early implementation of superresolution and its pretrained models for drawn content are the industry standard. Although waifu2x uses the Torch Lua framework, a Python reimplementation in Tensorflow exists and supports loading the pre-trained models.
We should:
The text was updated successfully, but these errors were encountered:
See also tcyrus/waifu2x-onnx, which documents the conversion of pre-trained waifu2x models to the ONNX format.
Sorry, something went wrong.
Witiko
xbankov
No branches or pull requests
We are currently shipping with only the ESPCN, SRCNN, VESPCN, and VSRNET models, which are pre-trained on real-world footage. Where superresolution really shines, however, is text, CGI, and drawings. Waifu2x is a good early implementation of superresolution and its pretrained models for drawn content are the industry standard. Although waifu2x uses the Torch Lua framework, a Python reimplementation in Tensorflow exists and supports loading the pre-trained models.
We should:
The text was updated successfully, but these errors were encountered: