/Artistic-Style-Transfer-on-UE4

UE4 project for arbitrary image stylization using NNEngine

MIT LicenseMIT

Artistic Style Transfer on UE4

Example UE4 project for artistic style transfer, where a new image is created based on two inputs, one representing the artistic style and one representing the content.
(日本語の説明はこちら)

Artistic.Style.Transfer.on.UE4.-.NNEngine.Demo.mp4

Environment

Download

Please download from the release page.

Run the demo

  1. Extract the downloaded zip file and double-click ArtStyleTransfer.uproject.
  2. After launching, follow the tutorial of /Content/NNEngineDemo-ArtisticStyleTransfer/Tutorial_ArtisticStyleTransfer.uasset.

Add an artistic Style

You can add a style by dragging and dropping any image file into the UE4 content browser to create a Texture asset, and then specifying it as the Style Texture of the ArtisticStyleTransferer actor.

Model details

See the following pages for the details of the model used in this project.