Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 817 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 817 Bytes

MD_Net

This repository provides the code of the following paper: Self-supervised multi-scale neural network for blind deblurring(https://www.aimsciences.org/article/doi/10.3934/ipi.2023046).

To train/test our paper, please run the main.py.

You can test this code on your own data. If the deblurring result is not as good as expected, please try more by changing the 'kernel_size' and 'num_iter'.

If you find our work useful for your research, please cite it:

@article{zhang2024self,
  title={Self-supervised multi-scale neural network for blind deblurring},
  author={Zhang, Meina and Yang, Ying and Ni, Guoxi and Wu, Tingting and Zeng, Tieyong},
  journal={Inverse Problems and Imaging},
  volume={18},
  number={3},
  pages={623--641},
  year={2024},
  publisher={Inverse Problems and Imaging}
}