Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/susmit-a/pencilstyletransfer
- Owner: Susmit-A
- Created: 2019-11-08T11:07:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T11:28:31.000Z (about 5 years ago)
- Last Synced: 2024-10-28T15:29:01.383Z (3 months ago)
- Topics: cyclegan, generative-adversarial-network, neural-style-transfer
- Language: Python
- Size: 10.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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