samwatts98 / Fast-Neural-Style-Transfer-with-Laplacian-Loss-TensorFlow-1.13

My university final year project 'An Implementation of Multiple Improvements to Neural Style Transfer.'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This codebase was developed for a final year project in my Computer Science & Artificial Intelligence degree.

Neural Style Transfer is a popular branch of visual machine learning. It is the process of allowing a neural network model to learn the artistic features present within one style target image, and using these features to re-style any other input image whilst still containing the content features present.

Content Target

Style Targets

Results - all 3 extensions in use

The purpose of this project is to provide an interactive user-friendly notebook for users of all programming competency to engage with. The notebook clearly lays out to the user the steps in using the Notebook. Feel free to fork the repository and implement your own published improvements!

The main file is a Python Notebook called 'StyleTransferSystem.ipynb'. The helper python '.py' files are also needed in the same directory as these notebooks.

Improvements Implemented

This fast neural style transfer model is based upon the architecture of Johnson et al (2016), available at: (https://cs.stanford.edu/people/jcjohns/papers/eccv16/JohnsonECCV16.pdf)

This training system includes several published improvements to the field of neural style transfer:

Using Pre-Trained Style Networks

Contained in the 'MODELS' directory is a number of example pre-trained networks that can be loaded within the Notebook file.

License

Copyright (c) 2015-2019 Sam Watts. Released under GPLv3. See LICENSE.txt for details.

A special thank you to Anish Athalye for their implementation of the VGG-19 network to be used in this project. Thier source-code is available at: https://github.com/anishathalye/neural-style

About

My university final year project 'An Implementation of Multiple Improvements to Neural Style Transfer.'

License:GNU Lesser General Public License v3.0


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%