Skip to content

(ECCV2020 Workshops) Efficient Image Super-Resolution Using Pixel Attention.

Notifications You must be signed in to change notification settings

zhaohengyuan1/PAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PANet

PANet is for AIM2020 Efficient Super Resolution challenge.

Test Dataset

You should edit the address of test dataset in ./test_demo.py

Pretrained Model

The path of pretrained model is ./pretrained_model/PANetx4_DF2K.pth

Model File

The model file is ./PANet_arch.py

Test

python test_demo.py

Results

The results are in ./test_results

More

Training code and more models will be released soon.