Skip to content

PyTorch implementation of Single image super-resolution based on trainable feature matching attention network (TFMAN)

License

Notifications You must be signed in to change notification settings

qizhou000/tfman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFMAN

Official pytorch implementation of paper Single image super-resolution based on trainable feature matching attention network (TFMAN) (Google Scholar).

Fast Run

The organization structure of the code is very simple. You can directly run python test.py to test the SR performance of TFMAN model trained with x2 Bicubic degradation model on Set5 and Set14 datasets.

Train

Please unzip the downloaded training dataset (DIV2K / DIV2K_BD / DIV2K_DN, see below) into the directory SRTrain. Then, you can train TFMAN by just running: python train.py

Checkpoints and Datasets

You can download the TFMAN checkpoints and the training/testing datasets from the following website:

Download website
checkpoints BaiduYun
datasets BaiduYun

Other Training or Testing Requirements

If you want to train or test custom dataset, please organize the directory structure of the dataset into a format consistent with our datasets and run train.py or test.py.

Cite

If this paper is fortunate enough to help improve your work, please cite us. [Code][Paper]

@article{TFMAN,
    title = {Single image super-resolution based on trainable feature matching attention network},
    journal = {Pattern Recognition},
    year = {2024},
    doi = {https://doi.org/10.1016/j.patcog.2024.110289},
    url = {https://www.sciencedirect.com/science/article/pii/S0031320324000402},
    author = {Qizhou Chen and Qing Shao},
}

About

PyTorch implementation of Single image super-resolution based on trainable feature matching attention network (TFMAN)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages