SRGAN-PyTorch icon indicating copy to clipboard operation
SRGAN-PyTorch copied to clipboard

SRGAN (Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network) implementation using PyTorch framework

Results 6 SRGAN-PyTorch issues
Sort by recently updated
recently updated
newest added

Can you please provide the code for calculating SSIM

Hello. Great works. I have converted your model to CoreML Apple mobile format. https://github.com/john-rocky/CoreML-Models Can you provide the license of your repo? Thank you.

First of all,thank you for the code,but I have a few questions to ask 1.At the end of the generator you wrote,why there is a Tanh layer. 2.In your gan...

Loading pre-trained `SRGAN.pt` model weights, giving it a `scale=2`. It returns `Error(s) in loading state_dict for Generator: Unexpected key(s) in state_dict: "tail.1.body.0.body.0.weight", "tail.1.body.0.body.0.bias", "tail.1.body.2.weight". scale`

Hi, thank you for the code & models, @dongheehand ! I used the pretrained model of SRGAN available, and this is what it gave me: **input** ![01_KB_backhand_0000_0000_0132](https://user-images.githubusercontent.com/6753761/100342195-fe643980-3020-11eb-9126-bfb0a4a60966.jpg) **output** ![01_KB_backhand_0000_0000_0132_](https://user-images.githubusercontent.com/6753761/100342185-fad0b280-3020-11eb-83cf-5df6a211f368.jpg) Now,...

I am trying to use your reo for inference but keep getting this error ,any ideas?? `TypeError: unsupported operand type(s) for /: 'str' and 'float' `