manuelruder / artistic-videos

Torch implementation for the paper "Artistic style transfer for videos"
Other
1.75k stars 252 forks source link

transfer the style but not the color #26

Open chewyishere opened 8 years ago

chewyishere commented 8 years ago

Just wondering if there's a way to just transfer the style but no the color, like the -original_colors tag from jcjohnson's original code?

Thanks a lot!

manuelruder commented 8 years ago

The technique behind "transfer the style but not the color" is actually very straightforward, and can be implemented as a post-processing filter. See this for example.

NameRX commented 7 years ago

I added this option in my pull request, see #37