I worked on the project ”Image Transformation with Neural Networks: Real-Time Style Transfer and Super-Resolution”, which got later published on Wolfram Community. At the time I had to use the MXNetLink package, but now all the needed functionality is built-in, so here is a top-level implementation of artistic style transfer with Wolfram Language. This is a slightly simplified version of the original method, as it uses a single VGG layer to extract the style features, but a full implementation is of course possible with minor modifications to the code.
For More Details
7 år sedan