klonikar / Face_SRnDeblur

Face SR and Deblur using GAN based network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face_SRnDeblur

Face SR and Deblur using GAN based network.

Paper submission in progress.

Introduction

FaceSRnDeblur based on generative adversarial network. We first increase the spatial resolution of the LR facial image by 8 times using 5-layer CNN. Then, the encoder extracts the features of the up-scaled image. Those features are sent to two branches which are the decoders to generate an HR facial image with and without blur. In addition, we combine local and global discriminators to focus mon reconstructing HR facial structures. Furthermore, the proposed network can be used to generate diverse HR facial images from blurred LR facial images by adding Gaussian random noise to after every convolution layer. Ntw

Results on Synthetic datasets

SynR

Results on real data from YouTube

YR

Comparison results with SOTA

CompR1

Comparison of noise effect

CompN

Landmark detection results

lmR

Parsing map estimation results

pmR

Prerequisites

  • Python 3.5
  • Pytorch
  • OpenCV

About

Face SR and Deblur using GAN based network


Languages

Language:Jupyter Notebook 100.0%