Paper implementation in Pytorch
Paper Link - https://arxiv.org/pdf/1705.02438.pdf
Author's Code - https://github.com/MandyZChen/srez {TensorFlow }
You can build the docker image using the following command
cd Dockerfiles
docker build -t WGAN_resolution:latest .
for the generating new celeb images add the following command in main.py
from genrator import WGAN_GP
for the face resolution part add the following command in main.py
from Face_Resolution_model import WGAN_GP
and then run this command on
python main.py
Resolution images:
Image Generation: