Xintian Mao, Jiansheng Wang, Xingran Xie , Qingli Li and Wang Yan
cd LoFormer
./train_8gpu.sh Motion_Deblurring/Options/train_GoPro_LoformerLarge_600k_8gpu.yml
To test the pre-trained models of Deblur 百度网盘(提取码:ca3l) or GoogleDrive on your own images, run
python Motion_Deblurring/val.py
FreqLC can be seen in LoFormer/FreqLC
Results on GoPro, HIDE, Realblur test sets: 百度网盘(提取码:rcx5)
If you use , please consider citing:
@inproceedings{xintm2024LoFormer,
title = {LoFormer: Local Frequency Transformer for Image Deblurring},
author = {Xintian Mao, Jiansheng Wang, Xingran Xie, Qingli Li and Yan Wang},
booktitle = {Proc. ACM MM},
year = {2024}
}
If you have any question, please contact mxt_invoker1997@163.com
Acknowledgment: This code is based on the BasicSR toolbox.