Super Resolution by Chainer(v3) and python3.
I used a DenseNet-based Generator and SNGAN by Chainer to train this model.
This repository just provides the generator model, however, I have used GAN to train it indeed.
If you have any question, please feel free to contact me.
python compare_image --input_file/-i filename
It will downsize the given image to the low resolution image with a factor=2, then upsize it by bicubic and SR-method respectively to generate super resolution image with a factor=2 and compare the PSNR/SSIM between the SR image and ground truth.
python generate_2x --input_file/-i filename
It will generate a 2x SR image of the given image by SR-method.