TF-LapSRN
TF-LapSRN copied to clipboard
What I am doing wrong?
Hi, I have tried to run your code after an admittedly very short training (just 10 epochs) and I get very strage results, as you can see in the images below, where the HR image is clearly worse than the bicubic and the original ones. Also, I don't understand why the bicubic and HR images are not enlarged by the scale 4 factor.
The images have been obtained by running: $ python main.py --test --scale 4 --testimg ./samples/butterfly.png
As I am just starting with this super resolution stuff I wonder what I am doing wrong.
(left) original image, (center) bicubic, (right) HR image.