Skip to content

pschaldenbrand/STROTSS-Video

 
 

Repository files navigation

STROTSS Video

Video style transfer using Style Transfer by Relaxed Optimal Transport and Self-Similarity (STROTSS)

Each frame of the content video is styled by the given style image. strotss.py produces a directory with each styled frame as well as the original frame. The script requires ffmpeg to stitch the images into a video.

A forked version of https://github.com/futscdav/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_animation] [--animation_fps 10] [--resize_to 512] [--device "cuda:0"]

Style Image Stylized Video

Style Image Stylized Video

About

Extension of "Style Transfer by Relaxed Optimal Transport and Self-Similarity" to videos

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 100.0%