Releases: titu1994/Neural-Style-Transfer
Neural Style Script Helper (Windows / Linux)
Bugfix Update
Changelog:
- Fixed bug where maintain aspect ratio was always true
Neural Style Script Helper (Windows / Linux)
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)
Applies bugfix for issue #23 (maintain aspect ratio calculation)
Changelog:
- bugfix for issue #23 (maintain aspect ratio)
Neural Style Script Helper (Windows / Linux)
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)
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)
Added Histogram Matching to color transfer. Select the
Changelog:
- Histogram matching for color transfer
Neural Style Script Helper (Windows / Linux)
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)
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)
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)
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