Skip to content

Super-Resolution using deep neural networks for anime images and videos.

Notifications You must be signed in to change notification settings

baballev/animeSR

Repository files navigation

animeSR

Super-Resolution unsing deep neural networks for anime images and videos.

The datasets used for this project have been taken from imageboards based on Danbooru Image Board framework using a python script to download every 1080p images by emitting http requests to the imageboards' API.

The advantage of using a neural network for the upscaling task is that by viewing thousands of anime images, the neural network has learned anime drawings patterns and is able to reproduce details without making them blurry. By using other losses than the standard MSE like perception loss, the neural networks can also make better looking images and better qualitative results, even though the usual PSNR used for benchmarks might be lower.

References

I list all the papers I have read for this project. Not every paper has been specifically reproduced in the code.

Image Super-Resolution Using Deep Convolutional Networks
Accelerating the Super-Resolution Convolutional Neural Network
Improving the speed of neural networks on CPUs
Perceptual Losses for Real-Time Style Transfer and Super-Resolution
Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network
Convolutional Neural Networks with Dynamic Regularization
Densely Residual Laplacian Super-Resolution
Deep Learning for Image Super-resolution: A Survey
Residual Dense Network for Image Super-Resolution

About

Super-Resolution using deep neural networks for anime images and videos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages