Skip to content

Computer Vision class (CS280) final project: Generating High Quality Facial Images from Sketches Using Conditional GANs (Generative Adversarial Networks, Neural Net)

Notifications You must be signed in to change notification settings

Fumikac/HQImages-from-Sketches-CGANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generating High Quality Facial Images from Sketches Using Conditional GANs

Final Report

Using conditional GAN model pix2pix (Image-to-image translation with conditional adversarial nets), we have investigated the effect of the variation of simple input sketches to the output facial images.

We adopted three ways of sketch generation: Canny edge detection, a Photoshop filter, and a sketching scheme based on a fully-convolutional network. Additionally, we also applied a simplification scheme similarly based on a fully-convolutional network to generate a mixture of both high and low-quality sketches.

Exploring various schemes for data augmentation, we found that we were able to generate the highest-quality images when training using an augmented dataset containing simplified sketches from all three generation algorithms. The current shortcomings of our method, such as inability to deal with artifacts in sketches and bias in determining color present interesting future directions for this work.

result1 result2

About

Computer Vision class (CS280) final project: Generating High Quality Facial Images from Sketches Using Conditional GANs (Generative Adversarial Networks, Neural Net)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published