Skip to content

solemn-leader/generative-style-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generative-style-transfer

This repository contains recently successful style transfer algorithms implemented by me at the educational center "Sirius". Algorithms:

- Neural style transfer.

Classical implementation using pretrained VGG19 to calculate content and style tensors.

GAN

Classical implementation training two networks simultaneously in order to get generator that knows the distribution of train data and can reproduce it from random noise

- pix2pix

Implemented in keras using GAN architecture on shoes dataset.

CycleGAN

So, we have two generators learning functions mapping from two domains X -> Y and X <- Y (aka from horses two zebras and vice versa). We used them to teach neural networks make black and white comics look bright. Not colorize them but make them look like they were painted by instagram artist.

Releases

No releases published

Packages

No packages published