Skip to content

Releases: titu1994/Neural-Style-Transfer

Neural Style Script Helper (Windows / Linux)

27 Jan 16:06
Compare
Choose a tag to compare

Bugfix Update

Changelog:

- Fixed bug where maintain aspect ratio was always true

Neural Style Script Helper (Windows / Linux)

12 Jan 16:57
Compare
Choose a tag to compare

Bugfix :

  • Fixed localization bug where decimal point is denoted by ',' instead of '.' in certain countries.

Changelog:

- Bugfix : Localization bug

Neural Style Script Helper (Windows / Linux)

02 Dec 08:17
Compare
Choose a tag to compare

Applies bugfix for issue #23 (maintain aspect ratio calculation)

Changelog:

- bugfix for issue #23 (maintain aspect ratio)

Neural Style Script Helper (Windows / Linux)

28 Nov 10:16
Compare
Choose a tag to compare

Support for Keras 1.1.2

Bugfix :

- Crash due to removal of set_input in Convolution layers
- maintain_aspect_ratio flag now maintains aspect ratio of loaded image 

Neural Style Script Helper (Windows / Linux)

28 Nov 07:37
Compare
Choose a tag to compare

Aspect ratio of the content and style image will be preserved when loading the image. This produces more accurate results, at the cost of drastically increased execution time.

Note : The style image will be rescaled, to maintain the aspect ratio of the content image. If the style image has a vastly different aspect ratio as compared to the content image, then rescaling artifacts will be visible in the style image.

Try and use style images which have similar aspect ratio compared to the content image.

Changelog:

- Preserve aspect ratio of style and content images

Neural Style Script Helper (Windows / Linux)

16 Nov 15:37
Compare
Choose a tag to compare

Added Histogram Matching to color transfer. Select the

Changelog:

- Histogram matching for color transfer

Neural Style Script Helper (Windows / Linux)

15 Nov 20:56
Compare
Choose a tag to compare

Update Script Helper to allow any VGG layer to be used as content layer

Changelog:

- Can use any of the vgg layer as content layer

Neural Style Script Helper (Windows / Linux)

04 Nov 15:54
Compare
Choose a tag to compare

Minor Update: Added tooltips to all buttons and parameters.

Now you can hover over all the names of the parameters or the buttons to get some info on what they affect.

Changelog:

- Added tooltips to all buttons and parameter names (hover to see)

Neural Style Script Helper (Windows / Linux)

28 Oct 11:06
Compare
Choose a tag to compare

Added new parameter "color_mask", which allows color transfer to occur in a masked transform.

Notes: Color masks are inherently different from Style Masks.

  • In color masks:
    • White represents region where color of content image should be used (color preservation should occur)
    • Black represents region where color of generated image should be used (color preservation should not occur)
  • In style masks:
    • White represents region where style should be preserved
    • Black represents region where content should be preserved.

Changelog

- New parameter 'color_mask' allows masked color transfer

Neural Style Script Helper (Windows / Linux)

28 Oct 10:12
Compare
Choose a tag to compare

Update to color_transfer.py to allow a masked color transfer.

Changelog :

- Update to easily add mask image to color_transfer.py to apply masked color transfer