SinGAN
SinGAN copied to clipboard
About super-resolution image size and output results
trafficstars
First of all, congratulate your paper for getting the best ICCV 2019 paper and share your own code. I have some questions that I do n’t understand and I need to ask you. When I implement image super-resolution, execute python SR.py --input_name <LR_image_file_name>, I found The maximum size of the output image can only be 1000, but since the image I trained is 1200 or 800, the final output result is not ideal. How do I run it? wish you a happy life!
you should change --max_size during training to be 1200 (the default is 250, which gives 1000 for x4 SR)
您应该在训练期间将--max_size更改为1200(默认值为250,对于x4 SR为1000)
Thank you very much for your reply and guidance!Your paper is very good, has a very high research significance, very admire you, I wish you better and better!