XPixelGroup / RankSRGAN

ICCV 2019 (oral) RankSRGAN: Generative Adversarial Networks with Ranker for Image Super-Resolution. PyTorch implementation
269 stars 60 forks source link

use on own image #1

Closed ABDOELSHEMY closed 5 years ago

ABDOELSHEMY commented 5 years ago

Hi @WenlongZhang0724 thank you very much for sharing your code with us could you please explain how to use with my own images, without using json file

WenlongZhang0517 commented 5 years ago

Thanks for your interest in our work! In our code framework, you can super-solve your own images by the section "How to test". You just need some simple configuration. In addition, I will give more detailed steps about our codes in the near future. By the way, Why don't you use the JSON file?

ABDOELSHEMY commented 5 years ago

thanks for your reply! In fact I have tried to experiment using JSON file but Unfortunately i faild, anyway your work result look amazing, thank you edit: get it works now thank you