Skip to content

Releases: titu1994/Neural-Style-Transfer

Neural Style Script Helper (Windows / Linux)

28 Oct 07:09
Compare
Choose a tag to compare

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)

25 Oct 09:24
Compare
Choose a tag to compare

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)

24 Oct 15:25
Compare
Choose a tag to compare

Bugfix release

Changelog:

- Correctly scales the mask input values when performing masked style transfer

Neural Style Script Helper (Windows / Linux)

16 Oct 06:36
Compare
Choose a tag to compare

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)

15 Oct 09:10
Compare
Choose a tag to compare

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)

14 Oct 10:38
Compare
Choose a tag to compare

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)

12 Oct 05:17
Compare
Choose a tag to compare

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)

30 Aug 10:43
Compare
Choose a tag to compare

Contains the weights for Tensorflow VGG 16 model

Neural Style for Windows (v0.1.4)

25 Aug 06:45
Compare
Choose a tag to compare

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)

25 Aug 05:47
Compare
Choose a tag to compare

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.