Fast neural style transfer is a method by which the content of one image can be fused with the style of another image. It is based upon JC Johnson et al.s' fast style transfer paper.
- Fast Neural Style Transfer in PyTorch
PyTorch implementation of Fast Neural Style Transfer (official Lua implementation).
BSD-3-Clause License © bugstop