Style Transfer Model

View Source On Gitee

Style Transfer Introduction

The style transfer model can change the artistic style of the user’s target image according to the standard image built in this demo, and display it in the App image preview interface. Users can save the style transfer result or restore the original form of the target image.

Using demo to open the target image:

image_before_transfer

Selecting the first standard image from left to perform the style transfer, as shown in the figure:

image_after_transfer

Using MindSpore Lite to realize style transfer example.