Skip to content

THU-Kingmin/FSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSR: A General Frequency-Oriented Framework to Accelerate Image Super-resolution Networks

This is the PyTorch implementation of paper: FSR (AAAI 2023 Oral).

time-flops

Framework

arch

Dependencies

Codes

  • Our codes version based on BasicSR.

Dataset

  • All datasets drawn from the existing literature are publicly available. (DIV8K, TEST2K, TEST4K, TEST8K).

Get Started

train

cd codes
python train.py --whichModule fsrcnn 
# whichModule, choices=['fsrcnn','carn','srresnet','rcan']

test

cd codes
python test.py --whichModule fsrcnn 
# whichModule, choices=['fsrcnn','carn','srresnet','rcan']

Result

psnr-ssim

Acknowledgement

Contact

About

This is the PyTorch implementation of paper: FSR (AAAI 2023 Oral).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages