Code Monkey home page Code Monkey logo

esrganplus's Introduction

ESRGAN+ nESRGAN+ Tarsier

ICASSP 2020 - ESRGAN+ : Further Improving Enhanced Super-Resolution Generative Adversarial Network

ICPR 2020 - Tarsier: Evolving Noise Injection in Super-Resolution GANs

Dependencies

  • Python 3 (Recommend to use Anaconda)
  • PyTorch >= 1.0.0
  • NVIDIA GPU + CUDA
  • Python packages: pip install numpy opencv-python lmdb tensorboardX

How to test

  1. Place your low-resolution images in test_image/LR folder.
  2. Download pretrained models from Google Drive and place them in test_image/pretrained_models.
  3. Run the command: python test_image/test.py test_image/pretrained_models/nESRGANplus.pth (or any other models).
  4. The results are in test_image/results folder.

How to train

  1. Prepare the datasets which can be downloaded from Google Drive.
  2. Prepare the PSNR-oriented pretrained model (all pretrained models can be downloaded from Google Drive).
  3. Modify the configuration file codes/options/train/train_ESRGANplus.json.
  4. Run the command python train.py -opt codes/options/train/train_ESRGANplus.json.

Acknowledgement

Citation

@INPROCEEDINGS{9054071,
    author = {N. C. {Rakotonirina} and A. {Rasoanaivo}},  
    booktitle={ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},   
    title={ESRGAN+ : Further Improving Enhanced Super-Resolution Generative Adversarial Network},   
    year={2020},  
    volume={},  
    number={},  
    pages={3637-3641},}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.