#136 · Primary category: Image Generation

neural-style-tf

convolutional-neural-network deep-learning style-transfer tensorflow

TensorFlow (Python API) implementation of Neural Style

Project last updated:12/24/20

GitHub Stars

3.1K

Forks

808

Contributors

11

License

GPL-3.0

Why we included this project

Anyone wanting to reproduce the classic Gatys style-transfer results from the 2016 papers in TensorFlow will find this one of the more complete reference implementations to study. Beyond the basic content-plus-style recipe, it bundles the extras that make the technique usable: blending several style images with controllable interpolation, color-preserving options that keep the original photo's palette, and a route for stylizing video frames with temporal consistency. A segmentation mode even lets you apply one style to the foreground and another to the background of a single scene. The code is readable and lives in single scripts, which makes it a good baseline for researchers and developers to dissect and modify, though it targets the older TensorFlow 1.x APIs rather than a maintained production service.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category