The PyTorch implement of Super-FAN. Super-FAN: Integrated facial landmark localization and super-resolution of real-world low resolution faces in arbitrary poses with GANs Based on SRGAN, I altered the code by adopting Super-FAN network structure.
- Python 3.6
- Pytorch 1.0 or newer
Use the same dataset of FSRNet.Change the option in Train.py to set the dataset's directory. I am using CelebAHQ-MASK as the training set. The GroundTruth is generated by zllrunning/face-parsing.PyTorch(https://github.com/zllrunning/face-parsing.PyTorch) with pretrained model.
Dataset Link: https://pan.baidu.com/s/1HEECUyKI5GOSrd7NPlm-ow 密码:z2ud
I haved merge the Super-FAN in to the mmsr.I use the mmsr hierarchical to pretrain Super-FAN's Generator.the 3000 of the CelebAHQ-MASK used for train with 212000 iter.
Please read the mmsr for training and testing.
The pretrain model result.
The left to right is bicubic interpolation image, high resolution image, SR image without GAN, SR image with GAN._