Skip to content
/ RLKA-Net Public

Codes for Recurrent Large Kernel Attention Network (Designed for Infrared SR)

License

Notifications You must be signed in to change notification settings

ZedFm/RLKA-Net

Repository files navigation

RLKA-Net

Official codes for Paper "Recurrent Large Kernel Attention Network for Efficient Single Infrared Image Super-Resolution"

Environment

Introduction

Architecture

image Overview of the architecture of RLKA-Net

Recurrent Learning Stragety

image

Experiment Result on CVC09 Dataset (x4)

image

Training

Dataset:

Original Infrared Images

Train/Test Dataset used in our work

Downsample

Apply bicubic or lanczos downsample to obtain LR infrared images (Scale = 0.25 or 0.5).

' python scripts\infrared_multiscale.py --input \GT_IMAGE_PATH --output \LR_IMAGE_PATH --scale 0.5(or 0.25) --method bicubic(or lanczos)'

Traning command

BasicSR framework is utilized to train our RLKA-Net.

' python basicsr/train.py -opt options/train/RLKAN/train_rlkan_flir_x4_r.yml '

Before running this training command, you should prepared the paired FLIR infrared images.

Pre-trained models

Part of the Pre-trained models is avaliable here (Google Drive)

Infrared SR Performance

image image

Acknowledgements

We'd like to thank MAN and BasicSR for their enlightening work, and thank the author of OSU, FLIR, CVC09 and LLVIP for provide open-source infrared images!

About

Codes for Recurrent Large Kernel Attention Network (Designed for Infrared SR)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages