Skip to content

xindongzhang/ELAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELAN

Codes for "Efficient Long-Range Attention Network for Image Super-resolution", arxiv link.

Efficient Long-Range Attention Network for Image Super-resolution
Xindong Zhang, Hui Zeng, Shi Guo, and Lei Zhang.
In ECCV 2022.

Dependencies & Installation

Please refer to the following simple steps for installation. Datas can be download from Baidu cloud disk [url] (pwd: al4m)

git clone https://github.com/xindongzhang/ELAN.git
cd ELAN
conda env create -f environment.yml
conda activate elan

Training

cd ELAN
python train.py --config ./configs/elan_light_x4.yml

Citation

If ELAN helps your research or work, please consider citing the following works:


@inproceedings{zhang2022efficient,
  title={Efficient Long-Range Attention Network for Image Super-resolution},
  author={Zhang, Xindong and Zeng, Hui and Guo, Shi and Zhang, Lei},
  booktitle={European Conference on Computer Vision},
  year={2022}
}

About

[ECCV2022] Efficient Long-Range Attention Network for Image Super-resolution

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages