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

dnn_superres upscaling support #11

Open
joseasoler opened this issue Apr 21, 2023 · 0 comments
Open

dnn_superres upscaling support #11

joseasoler opened this issue Apr 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@joseasoler
Copy link
Collaborator

OpenCV has implementations of specialized upscaling algorithms that todds currently does not support, which are described for example in here: https://towardsdatascience.com/deep-learning-based-super-resolution-with-opencv-4fd736678066. It should be possible to integrate these algorithms into the todds codebase and its pipeline.

Benchmarks and quality metrics: https://docs.opencv.org/4.x/dc/d69/tutorial_dnn_superres_benchmark.html

When upscaling is used, todds could use the original image as the first level mipmap, to minimize quality loss during mipmap calculations.

@joseasoler joseasoler added the enhancement New feature or request label Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant