/video_generator

This is implementation of convolutional variational autoencoder in TensorFlow library and it is used for video generation.

Primary LanguageJupyter NotebookMIT LicenseMIT

video_generator

This is implementation of convolutional variational autoencoder in TensorFlow library and it is used for video generation.

Also this is my code for the Siraj Raval's coding challenge "How to Generate Images - Intro to Deep Learning #14".

You can find more about it here

Overview

For more info about video generation see ipython notebook and for implementation details of conv-variational autoencoder see conv_vae.py. Data set is created by using ffmpeg tool.

Dependencies

  • TensorFlow r1.0
  • pillow
  • matplotlib
  • numpy
  • sklearn

All dependencies can be installed by pip.

Credits

Credits go to these guys:

  • Kevin Frans url

  • Arthur Juliani url