Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/HDCVLab/Deblurring-by-Realistic-Blurring


https://github.com/HDCVLab/Deblurring-by-Realistic-Blurring

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Deblurring by Realistic Blurring (CVPR2020 Oral)

__Models, dataset, results__

```
Pre-trained model: https://drive.google.com/file/d/1uifaovTlmFExO9d2rOmcr5w7uUSLjHWK/view

RWBI-dataset: https://drive.google.com/file/d/1fHkPiZOvLQSc4HhT8-wA6dh0M4skpTMi/view

GoPro Results: https://drive.google.com/file/d/1mzKz72NhxzMS_jdEZqbkYJehO_QGmKpg/view

RWBI Results: https://drive.google.com/file/d/1i97v9yGAzX0l7F7vQsvtWqNnkF496N--/view?usp=sharing
```

__For model testing__

```
sh test.sh
```

## Citation
If you think this work is useful for your research, please cite the following paper.

```
@inproceedings{zhang2020deblurring,
title={Deblurring by realistic blurring},
author={Zhang, Kaihao and Luo, Wenhan and Zhong, Yiran and Ma, Lin and Stenger, Bjorn and Liu, Wei and Li, Hongdong},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={2737--2746},
year={2020}
}
```