Skip to content

kingsj0405/ciplab-NTIRE-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE: This repository is deprecated

Go to https://github.com/yhjo09/ciplab-NTIRE-2020

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 Kim, Seon Joo},
   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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%