Skip to content

JuanuMusic/Neural-Artistic-Style-Video-

 
 

Repository files navigation

Neural-Artistic-Style-Video-

Implementation of Neural Style Transfer on Video.

Contributers : Fenil Doshi, Rohan Pooniwala, Rohit Saha, Raghav Gupta

Neural Artistic Style Implementation

We mainly used the following research papers to implement Neural Artistic Style

And also took help from the repository Neural-Style-Transfer

Guide

We are using Keras 1.2.1 with Tensorflow backend Using CUDA on Windows 10. But it should work in Linux with/without CUDA using same keras version.

There are 3 files:

Speed

On a 1070 Laptop GPU, the time required for each epoch depends on mainly image size (gram matrix size) :

  • For a 400x400 gram matrix, each epoch takes approximately 7-9 seconds.
  • For a 512x512 gram matrix, each epoch takes approximately 15-16 seconds.
  • For a 600x600 gram matrix, each epoch takes approximately 23-25 seconds.

About

Implementation of Neural Style Transfer on Video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%