albarji / neural-style-docker

A dockerized version of neural style transfer algorithms
MIT License
112 stars 34 forks source link

Color transfer #20

Open albarji opened 6 years ago

albarji commented 6 years ago

Quality and stability of results can be improved by applying a color histogram transfer from the style image to the content image, prior to running the style-transfer method. Alternatively the transfer can be done the other way round (content -> style), thus ensuring the colors of the original content are preserved.

Example: https://www.reddit.com/r/deepdream/comments/7a90yk/bioluminescent_mushroom_forest/

Paper: https://arxiv.org/abs/1611.07865

Code: https://github.com/ProGamerGov/Neural-Tools