Skip to content

rdcolema/keras_video_style_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Keras Video Style Transfer

An implementation of neural style transfer applied to video with Keras

Dependencies

  • keras (with theano backend)
  • numpy
  • scipy
  • cv2
  • matplotlib (for video scripts)
  • moviepy (for video scripts)
  • ffmpeg (for video scripts)
  • Cuda (technically optional, but required for GPU)

Instructions

  • Requires individual frames of the video to be styled placed in the base_image_path directory and labeled appropriately before running. Then run keras_video_style.py.

Example Output

Style Result

About

Neural style transfer applied to video with Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages