Style Transfer with VGG-16

Python project, TensorFlow.

This article will show how reuse the feature extractor of a model trained for object detection in a new model designed for style transfer. First, the domain of style transfer will be introduced, then, we will go further in the implementation. Finally, useful tools will be developed to visualize our results.

Continue reading “Style Transfer with VGG-16”