Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/susmit-a/pencilstyletransfer

Remake images to look as if they were drawn by hand with a pencil, using CycleGAN
https://github.com/susmit-a/pencilstyletransfer

cyclegan generative-adversarial-network neural-style-transfer

Last synced: about 2 months ago
JSON representation

Remake images to look as if they were drawn by hand with a pencil, using CycleGAN

Awesome Lists containing this project

README

        

# Pencil Style Transfer

This is a personal project to experiment with [CycleGAN](https://arxiv.org/abs/1703.10593).

It remakes an image as if it were hand-drawn using a pencil.

To test it out, use the following command:

```
$ python3 deployment.py
```

Requirements:

- Tensorflow 1.14 (< 2.0 and supporting eager execution)

- OpenCV

Results can be seen inside the `results` folder