Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.58 KB

File metadata and controls

33 lines (21 loc) · 1.58 KB

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

Compatibility

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.

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.