Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN model for generating faces from sketches

An image generation system using GAN to turn face sketches into realistic photos

Data Generation

I have used CFD for the face images. Sketches are generated using Get_Sketch file.

Model

This GAN model is based on the pix2pix paper. The generator is a U-Net based architecture. The discriminator is a convolutional PatchGAN classifier.

Setup:

To run this project, we need TensorFlow installed on our system.
Run the following command to install tensorflow:

pip install tensorflow

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages