Home

Awesome

StyleBlit: Fast Example-Based Stylization with Local Guidance

D.Sýkora, O. Jamriška, O. Texler, J. Fišer, M. Lukáč, J. Lu, and E. Shechtman

[WebPage], [Paper], [Slides], [BiBTeX], [Unity3D Asset]

Short Abstract

StyleBlit is an efficient example-based style transfer algorithm that can deliver high-quality stylized renderings in real-time on a single-core CPU. Our technique is especially suitable for style transfer applications that use local guidance - descriptive guiding channels containing large spatial variations. Local guidance encourages transfer of content from the source exemplar to the target image in a semantically meaningful way. Typical local guidance includes, e.g., normal values, texture coordinates or a displacement field. Contrary to previous style transfer techniques, our approach does not involve any computationally expensive optimization.

StyleBlit live-web-demo

<!-- [![Live-web-demo](styleblitlive.gif)](https://dcgi.fel.cvut.cz/home/sykorad/StyleBlit/demo.html) --> <p align="center"> <a href="https://dcgi.fel.cvut.cz/home/sykorad/StyleBlit/demo.html"><img src="styleblitlive.gif" width="600px" /> </a> </p>

Build / Installation

Like the demo above? ... try it by yourself!

This implementation is written in C++ using OpenGL3.2. Build scripts for web-app, MacOS desktop app, and Windows desktop app are provided.

Build StyleBlit as Web application

Build StyleBlit for Windows

Build StyleBlit for MacOS

<a name="CitingStyleBlit"></a>Citing StyleBlit

If you find StyBlit usefull for your research or work, please use the following BibTeX entry.

@Article{Sykora19-EG,
  author =  "Daniel S\'{y}kora and Ond\v{r}ej Jamri\v{s}ka and Ond\v{r}ej Texler 
             and Jakub Fi\v{s}er and Michal Luk\'{a}\v{c} and Jingwan Lu and Eli Shechtman",
  title =   "{StyleBlit}: Fast Example-Based Stylization with Local Guidance",
  journal = "Computer Graphics Forum",
  volume =  38,
  number =  2,
  pages =   "83--91",
  year =    2019,
}