Releases: titu1994/Neural-Style-Transfer
Releases · titu1994/Neural-Style-Transfer
Neural Style Script Helper (Windows / Linux)
Neural Style Script Helper (Windows / Linux)
Fix dependency issues due to scipy deprecations
Neural Style Script Helper (Windows / Linux)
Bugfix for Mono / Wine Linux / MacOSX installations for the script helper.
Neural Style Script Helper (Windows / Linux)
Bugfix release:
- Fix ValueError for Theano when computing shape for content_loss
Neural Style Script Helper (Windows / Linux)
Improved support for histogram color transfer.
Neural Style Script Helper (Windows / Linux)
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)
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)
Bugfix update
- Fixed the tuple index out of bounds error that occurs in Keras 2+
Neural Style Script Helper (Windows / Linux)
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)
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