Skip to content

My solution for NTIRE2019 real super-resolution

License

Notifications You must be signed in to change notification settings

rootpine/NTIRE2019_EDRN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Our solution for NTIRE Real Super-Resolution Challenge(Encode-Decode residual network)

Our implementation is built on EDSR (PyTorch) and tested on Ubuntu 16.04 environment (Python3.5, PyTorch_0.4.1, CUDA9.0, cuDNN7.1) with a NVIDIA GTX 1080Ti GPU.

#prepare data

download the dataset from https://competitions.codalab.org/competitions/21439#participate, and then put the downloaded dataset into ntire file.

#How to train

python main.py --save EDRN --save_results --save_models --model edrn --patch_size 128 --lr_decay 50 --n_GPUs 1 --chop

#How to reproduce our result

python main.py --save_results --model edrn --n_GPUs 1 --chop --pre_train ../experiment/model/EDRN.pt --self_ensemble --test_only

About

My solution for NTIRE2019 real super-resolution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%