Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olaviinha/neuralimagesuperresolution
Colabs for Neural Image Enhancement.
https://github.com/olaviinha/neuralimagesuperresolution
artificial-neural-networks colab esrgan image-processing image-upscaling isr latent-diffusion super-resolution upscaling
Last synced: 1 day ago
JSON representation
Colabs for Neural Image Enhancement.
- Host: GitHub
- URL: https://github.com/olaviinha/neuralimagesuperresolution
- Owner: olaviinha
- Created: 2020-08-04T09:07:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T16:34:03.000Z (over 1 year ago)
- Last Synced: 2023-06-14T00:02:14.364Z (over 1 year ago)
- Topics: artificial-neural-networks, colab, esrgan, image-processing, image-upscaling, isr, latent-diffusion, super-resolution, upscaling
- Language: Jupyter Notebook
- Homepage:
- Size: 61.5 KB
- Stars: 70
- Watchers: 4
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neural Image Super-Resolution (Colabs)
This is a collection of simplified Colab Notebooks for various neural image enhancers in an attempt to enlarge low resolution images with restored details in high quality. All notebooks support batch processing of an entire directory. All notebooks were made to run in Google Colaboratory, using Google Drive as data source and storage.
## Latent Diffusion + FBCNN
**Colab for:** [Latent Diffusion](https://github.com/CompVis/latent-diffusion) + [FBCNN](https://github.com/jiaxi-jiang/FBCNN)
**Papers:** High-Resolution Image Synthesis with Latent Diffusion Models https://arxiv.org/abs/2112.10752; Towards Flexible Blind JPEG Artifacts Removal https://arxiv.org/abs/2109.14573Upscale by Latent Diffusion:
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/Latent_Diffusion_Upscale.ipynb)
Sharpen by Latent Diffusion & remove JPEG artifacts by FBCNN (this notebook does not increase image resolution):
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/LatentDiffusionFBCNN.ipynb)
![image](https://user-images.githubusercontent.com/50331907/163679045-896ddcca-20aa-4392-a53d-637026b25cfd.png)
## ESRGAN
Works in Jun 2021.
**Colab for:** [JoeyBallentine's fork](https://github.com/JoeyBallentine/ESRGAN) of [BlueAmulet's fork](https://github.com/BlueAmulet/ESRGAN) of [ESRGAN by Xinntao](https://github.com/xinntao/ESRGAN).
**Paper:** ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks https://arxiv.org/abs/1809.00219You can add more pretrained models from [upscale.wiki](https://upscale.wiki/wiki/Model_Database), probably.
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/SuperRes_ESRGAN.ipynb)
![image](https://user-images.githubusercontent.com/50331907/123541722-97416b80-d74e-11eb-9f50-8451100840d6.png)
## Older
Older notebooks are probably inferior and possibly outdated.
**Colab for:** [uperresolution_gan](https://github.com/fukumame/superresolution_gan).
**Paper:** Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network https://arxiv.org/abs/1609.04802[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/image_superres.ipynb)
---
**Colab for:** [Neural Enhance](https://github.com/alexjc/neural-enhance)
**Papers:** [See original repository](https://github.com/alexjc/neural-enhance#3-background--research)[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/neural_enhance.ipynb)