Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 614 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 614 Bytes

Photo-to-Drawing Style Transfer

The goal of this project is to generate drawings/sketches from photos. This type of task is often called style transfer and popular approach for this task is to use GANs (review). This project uses CycleGAN architecture.

checkpoint-results.png

Report

This project was created for the NI-MVI subject at FIT CTU. The semestral work is described in report.

Source code

The source code is avaliable as Kaggle notebook.