This repository holds a TensorFlow implementation for the paper Automated Deep Photo Style Transfer.
At its core this is a TensorFlow based implementation of the paper Deep Photo Style Transfer.
One of the main contributions of “Automated Deep Photo Style Transfer” is the automatic segmentation of input images and a semantic grouping thereof. Another contribution of this is the optimization of the transfer image by improving the aesthetics of the image with the use of Neural Image Assessment (NIMA).
Given a content and style image, automatically a segmentation is created and semantically grouped to produce a transfer image in the size of the content image by using the Deep Photo Style Transfer:
Here are some example results (from left to right are the content image, the resulting transfer image and the style image):
pip3 install -r requirements.txt --upgrade
weights
under the project root.This software is published for academic and non-commercial use only.