You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| Figure | 3 years ago | |
| config | 3 years ago | |
| datasets | 3 years ago | |
| models | 3 years ago | |
| out | 3 years ago | |
| util | 3 years ago | |
| README.md | 3 years ago | |
| aug.py | 3 years ago | |
| dataset.py | 3 years ago | |
| evaluate_RealBlur_J.py | 3 years ago | |
| evaluate_RealBlur_R.py | 3 years ago | |
| evaluation_GoPro.m | 3 years ago | |
| evaluation_HIDE.m | 3 years ago | |
| metric_counter.py | 3 years ago | |
| predict_GoPro_test_results.py | 3 years ago | |
| predict_HIDE_results.py | 3 years ago | |
| predict_RealBlur_J_test_results.py | 3 years ago | |
| predict_RealBlur_R_test_results.py | 3 years ago | |
| schedulers.py | 3 years ago | |
| train_Stripformer_gopro.py | 3 years ago | |
| train_Stripformer_pretrained.py | 3 years ago | |
README.md
Stripformer: Strip Transformer for Fast Image Deblurring (ECCV 2022 Oral)
Pytorch Implementation of "Stripformer: Strip Transformer for Fast Image Deblurring"
Installation
The implementation of our BANet is modified from "DeblurGANv2"
git clone https://github.com/pp00704831/Stripformer.git
cd Stripformer
conda create -n Stripformer python=3.6
source activate Stripformer
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c conda-forge
pip install opencv-python tqdm pyyaml joblib glog scikit-image tensorboardX albumentations==1.1.0
pip install -U albumentations[imgaug]