Releases: titu1994/Neural-Style-Transfer
Neural Style Script Helper (Windows / Linux)
Bugfix for TypeError: object of type 'int' has no len()
in Network.py and INetwork.py
Changelog:
- Fixes TypeError: object of type 'int' has no len() bug
Neural Style Script Helper (Windows / Linux)
Neural Script Helper now has a new tab to perform Masked Style Transfer after the image has been generated
Changelog:
- Now allows Masked Style Transfer after the image has been generated
Neural Style Script Helper (Windows / Linux)
Bugfix release
Changelog:
- Correctly scales the mask input values when performing masked style transfer
Neural Style Script Helper (Windows / Linux)
Script Helper can now perform Color Transfer process after the style transfer has been performed.
Changelog:
- New Color Transfer tab.
- Perform Color transfer from content to generated image after style transfer is performed
Neural Style Script Helper (Windows / Linux)
Updates to the Script Helper from last couple of commits.
Changelog:
- Added support for Style Masks
- Can change Content Loss Type (0, 1 or 2). For explanation see Readme.md
- Can change model type (vgg16 or vgg19)
- New "Initial Layer" option : "gray". Same as "content", but makes content image grayscale to allow
only style colors to be used, with all the benefits of "content" initialization.
Neural Style Script Helper (Windows / Linux)
Adds support for Multiple style images.
When selecting the style image, use CTRL + Select or CMD + Select to select multiple style images.
Each style image can be given separate weight by using spaces in the Style Weight parameter.
Changelog:
- Multiple style image selection
- Multiple style weights
Neural Style Script Helper (Windows / Linux)
Script helper has now been updated to run on either Windows or Linux based platforms.
- On Windows, Script Helper runs on all OS versions Windows 7 and above
- On Linux, Script Helper runs with the help of Mono
Changelog:
- Script helper now runs on Linux as well
- Supports both Neural Style Transfer as well as Neural Doodle scripts (change tabs to neural doodle)
Neural Style VGG 16 Weights (Tensorflow)
Contains the weights for Tensorflow VGG 16 model
Neural Style for Windows (v0.1.4)
Feature update to Windows Helper and both scripts
Changelog:
- Added parameter --min_improvement, which allows to set the minimum improvement percentage that is required to continue training.
It is disabled by default by setting to 0.0, and suggested values are 0.1 or 0.5 to get good results.
Neural Style for Windows (v0.1.3)
Feature update for Windows Helper
Changelog:
- Script now displays percentage improvement in each iteration.
This can be used to see how fast the improvements flatline.