Skip to content

iceki7/neural-flow-style

 
 

Repository files navigation

Lagrangian Neural Style Transfer for Fluids

Tensorflow implementation of Lagrangian Neural Style Transfer for Fluids.

Byungsoo Kim, Vinicius C. Azevedo, Markus Gross, Barbara Solenthaler

Computer Graphics Laboratory, ETH Zurich

teaser

(Note that Transport-Based Neural Style Transfer for Smoke Simulations (TNST) implementation is moved to tnst branch.)zxc

Requirements

This code is tested on Windows 10 with GTX 1080 (8GB) and the following requirements:

Run setup.bat for setup. (3rd parties must be installed manually).

Also download the pre-trained inception and vgg19 networks, and unzip it in data/model.

Usage

For details about parameters and examples, please take a closer look at run.bat and corresponding demo code, and for semantic transfer, see this page for pattern selection.

Results (smokegun, single frame)

single

Results (chocolate, sequence)

sequence

Results (dambreak2d, sequence)

sequence

Author

Byungsoo Kim / byungsook@github

About

Neural Style Transfer for Fluids

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Batchfile 1.7%