Zinni98 / Stripformer

Implementation of the paper: [Stripformer: Strip Transformer for Fast Image Deblurring](https://arxiv.org/abs/2204.04627)
MIT License
3 stars 1 forks source link

Stripformer

Implementation of the paper: Stripformer: Strip Transformer for Fast Image Deblurring

Get started

To get started follow these steps:

Configuration parameters

Here is a list of the configuration parameters and their meaning in the config.py

Training:

Before starting training you should tweak the parameters in the config.py:

After that to train the network run the following:

python3 main.py

Testing

To test the network:

After that to test the network run the following:

python3 main.py

Citations

@inproceedings{Tsai2022Stripformer,
  author    = {Fu-Jen Tsai and Yan-Tsung Peng and Yen-Yu Lin and Chung-Chi Tsai and Chia-Wen Lin},
  title     = {Stripformer: Strip Transformer for Fast Image Deblurring},
  booktitle = {ECCV},
  year      = {2022}
}
@InProceedings{Nah_2017_CVPR,
  author = {Nah, Seungjun and Kim, Tae Hyun and Lee, Kyoung Mu},
  title = {Deep Multi-Scale Convolutional Neural Network for Dynamic Scene Deblurring},
  booktitle = {CVPR},
  month = {July},
  year = {2017}
}