Correction Filter for Single Image Super-Resolution: Robustifying Off-the-Shelf Deep Super-Resolvers (https://arxiv.org/abs/1912.00157 , Accepted to CVPR 2020 - oral)
- Change the out/in directories in "correct_img.py".
- Define the sampling/reconstruction basis (s and r) in "correct_img.py".
- Set the scale factor in "Config.py".
- Run "correct_img.py"
- Define the SR network in "estimate_correction.py".
- Update the out/in directories in "estimate_correction.py"
- Set the scale factor in "Config.py".
- Run "estimate_correction.py"
@ARTICLE{correction_filter,
author = {{Abu Hussein}, Shady and {Tirer}, Tom and {Giryes}, Raja},
title = "{Correction Filter for Single Image Super-Resolution: Robustifying Off-the-Shelf Deep Super-Resolvers}",
journal = {In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year = "2020"
}