Pixel-level self-paced learning for super-resolution
This is an official implementaion of the paper Pixel-level Self-Paced Learning for Super-Resolution, which has been accepted by ICASSP 2020. [arxiv][PDF] trained model files: Baidu Pan(code: v0be) Requirements This code is forked from thstkdgus35/EDSR-PyTorch. In the light of its README, following libraries are required: Python 3.6+ (Python 3.7.0 in my experiments) PyTorch >= 1.0.0 (1.1.0 in my experiments) numpy skimage imageio matplotlib tqdm Core Parts Detail code can be found in Loss.forward, which can be simplified as: # take L1 […]
Read more