Giter Club home page Giter Club logo

ciplab-ntire-2020's Introduction

Investigating Loss Functions for Extreme Super-Resolution

NTIRE 2020 Perceptual Extreme Super-Resolution Submission.

Our method ranked first and second in PI and LPIPS measures respectively.

[Paper]

Dependency

  • Python 3.6
  • PyTorch 1.2
  • numpy
  • pillow
  • tqdm

Test

  1. Clone this repo.
git clone https://github.com/kingsj0405/ciplab-NTIRE-2020
  1. Download pre-trained model and place it to ./model.pth.
  1. Place low-resolution input images to ./input.

  2. Run.

python test.py

If your GPU memory lacks, please try with option -n 3 or a larger number.

  1. Check your results in ./output.

Train

  1. Clone this repo.
git clone https://github.com/kingsj0405/ciplab-NTIRE-2020
  1. Prepare training png images into ./train.

  2. Prepare validation png images into ./val.

  3. Open train.py and modify user parameters in L22.

  4. Run.

python train.py

If your GPU memory lacks, please try with lower batch size or patch size.

BibTeX

@InProceedings{jo2020investigating,
   author = {Jo, Younghyun and Yang, Sejong and Joo Kim, Seon},
   title = {Investigating Loss Functions for Extreme Super-Resolution},
   booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
   month = {June},
   year = {2020}
}

External codes from

ciplab-ntire-2020's People

Contributors

yhjo09 avatar

Watchers

 avatar

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.