Skip to content

Releases: titu1994/Neural-Style-Transfer

Neural Style Script Helper (Windows / Linux)

03 Sep 14:45
Compare
Choose a tag to compare

Bugfix Release:

  • Replace "image_dim_ordering" with "image_data_format"

Neural Style Script Helper (Windows / Linux)

28 Jul 23:10
Compare
Choose a tag to compare

Fix dependency issues due to scipy deprecations

Neural Style Script Helper (Windows / Linux)

20 Apr 02:55
18dbafe
Compare
Choose a tag to compare

Bugfix for Mono / Wine Linux / MacOSX installations for the script helper.

Neural Style Script Helper (Windows / Linux)

09 Aug 04:24
Compare
Choose a tag to compare

Bugfix release:

- Fix ValueError for Theano when computing shape for content_loss

Neural Style Script Helper (Windows / Linux)

28 Jun 20:11
Compare
Choose a tag to compare

Improved support for histogram color transfer.

Neural Style Script Helper (Windows / Linux)

27 Jun 19:55
Compare
Choose a tag to compare

Adds support for content_mask argument.

  • Pass a single content mask to have more precise control of which parts of the content will be updated via style transfer.

Neural Style Script Helper (Windows / Linux)

27 Jun 17:13
Compare
Choose a tag to compare

Bugfix update

- Fixed a bug when --content_loss_type=1 due to Keras shape being a tensor. 

Credit : @velikodniy

Neural Style Script Helper (Windows / Linux)

24 Jun 03:20
Compare
Choose a tag to compare

Bugfix update

- Fixed the tuple index out of bounds error that occurs in Keras 2+

Neural Style Script Helper (Windows / Linux)

27 Mar 19:07
Compare
Choose a tag to compare

Improves speed of Masked style transfer to match speed of non masked style transfer!

Now, mask style transfer will take exactly the same amount of time as if using no mask on that image!

Neural Style Script Helper (Windows / Linux)

28 Jan 04:42
Compare
Choose a tag to compare

Adds support for Multi resolution Style Transfer

  • Initial Layer parameter now has an option , which will accept an image of any size as the initial image.
  • This initial image will be scaled to the dimensions of the input image and used as the initial image for style transfer
  • It is recommended to set Total Variation weight to 0 during Multi Resolution Style Transfer