Colab-ESRGAN [Enhanced SRGAN Paper]
Simply download Colab-ESRGAN.ipynb
and open it inside your Google Drive or click here and copy the file with "File > Save a copy to Drive..." into your Google Drive.
Alternative Colab with efonte/ESRGAN:
Enhanced Super-Resolution Generative Adversarial Networks by Xintao Wang, Ke Yu, Shixiang Wu, Jinjin Gu, Yihao Liu, Chao Dong, Yu Qiao, Chen Change Loy
Original Colab file created by shahidul56 can be found here and here. This notebook is a modification by styler00dollar.
Also thanks to ata4 for creating esrgan-launcher and Joey for further improving that repo.
- If you can't open
Colab-ESRGAN.ipynb
inside your Google Drive, try this colab link and save it to your Google Drive. The "open in Colab"-button can be missing in Google Drive, if that person never used Colab. - ESRGAN tutorials and custom models can be found in this wiki page.
- Google Colab does assign a random GPU. It depends on luck.
- The Google Colab VM does have a maximum session length of 12 hours. Additionally there is a 30 minute timeout if you leave colab. The VM will be deleted after these timeouts.
@InProceedings{wang2018esrgan,
author = {Wang, Xintao and Yu, Ke and Wu, Shixiang and Gu, Jinjin and Liu, Yihao and Dong, Chao and Qiao, Yu and Loy, Chen Change},
title = {ESRGAN: Enhanced super-resolution generative adversarial networks},
booktitle = {The European Conference on Computer Vision Workshops (ECCVW)},
month = {September},
year = {2018}
}
PSNR (evaluated on the Y channel) and the perceptual index used in the PIRM-SR challenge are also provided for reference.