Skip to content

This is the Pytorch implementation of Universal Style Transfer via Feature Transforms.

License

Notifications You must be signed in to change notification settings

black-puppydog/PytorchWCT

 
 

Repository files navigation

Universal Style Transfer

This is a modified Pytorch implementation of Universal Style Transfer via Feature Transforms.

It makes some modifications:

The official Torch implementation can be found here and Tensorflow implementation can be found here.

Prerequisites

Prepare images

Simply put content and image pairs in images/content and images/style respectively. Note that correspoding conternt and image pairs should have same names.

Style Transfer

python WCT.py --cuda

Results

Acknowledgments

Many thanks to the author Yijun Li for his kind help.

Reference

Li Y, Fang C, Yang J, et al. Universal Style Transfer via Feature Transforms[J]. arXiv preprint arXiv:1705.08086, 2017.

About

This is the Pytorch implementation of Universal Style Transfer via Feature Transforms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%