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

Tensorflow implementation of "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network" (Ledig et al. 2017)

Results 7 tensorflow-SRGAN issues
Sort by recently updated
recently updated
newest added

I am using this code to generate SR images of SRGAN model. Recently, i tried this on my GPU system, but it can't take GPU and only runs on CPU...

What is motivation of using large kernel size at input and output? https://github.com/trevor-m/tensorflow-SRGAN/blob/master/srgan.py#L43 https://github.com/trevor-m/tensorflow-SRGAN/blob/master/srgan.py#L59

Hi, i've used your implementation for SRGAN. The steps are below. i've used 800 images from div_2k as training dataset and 90 images from div_2k as test images. I've ran...

Hi @trevor-m I am using your repo as a source to implement a SRGAN. I have some differences especially in the dataset. I have a 2 *.npy files that contents...

I want to super resolute the images by upscaling factor of 8. How can I do this?

I'm trying to train srresnet-mse using my own data set. Sometimes I get an error message. The first time it occurred between 0 and 100 eras, then between 100 and...