Open vemiemi opened 2 years ago
Thank you for your attention and questions! This work focus on how to adapt to multiple degradation, which is currently artificially designed, so our generalization performance is not good enough. The pre-trained model provided is trained based on the degradation range given by us. The poor result of your test may be because your test image is not in the degradation domain we trained. If you want to reproduce the results of the paper, you can use the test examples we provide or use our degrade function to generate the test images.
@vemiemi you can try to transform the image to the original pose, that was used in the training procedure. You can get it from samples in repo. You can see the transformation and results in the files attached.
Thank you for giving us expressive your work.
When i tried your code on colab, output image quality is not so good.
Is there anything i have to do for getting good quality?
input and output are like below. input(SR model) output(SR model)
input(MFR model) output(MFR model)