Skip to content

Neural Style Script Helper (Windows / Linux)

Compare
Choose a tag to compare
@titu1994 titu1994 released this 28 Oct 11:06
· 87 commits to master since this release

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