Skip to content

Reimplementation of Style Transfer by Relaxed Optimal Transport and Self-Similarity

Notifications You must be signed in to change notification settings

futscdav/strotss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STROTSS

See the original code and links to paper at https://github.com/nkolkin13/STROTSS

Usage:

python strotss.py <content> <style> [--weight 1.0] [--output strotss.png] [--device "cuda:0"]

Style Result

Masked guidance

This version is an implementation of guidance-free style transfer. The original paper shows a path towards mask-based guidance. In that scenario, the user needs to provide correspondences for style transfer source and destinations. Hassan Rasheed extended this implementation to also support that case, so if you are looking for such functionality, you can try his implementation at https://github.com/hassanrasheedk/fast-strotss.

About

Reimplementation of Style Transfer by Relaxed Optimal Transport and Self-Similarity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages