Skip to content

caomw/video2gif_code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

================================================================================

Video2GIF code, version 0.9

This repository provides the pretrained model used in our Video2GIF work.

For information on how to use the code, please see our Tutorial.

In order to run the tutorial, you will first need to install the video2gif package by running

    python setup.py install --user

in the code directory.

If you don't have cuDNN > 4.0 available, you need to use the Lasagne fork that provides 3D convolutions and pooling implementations without cuDNN. You can get it from https://github.com/gyglim/Lasagne

================================================================================

If you end up using the code, we ask you to cite the following paper:

Michael Gygli, Yale Song, Liangliang Cao
"Video2GIF: Automatic Generation of Animated GIFs from Video,"
IEEE CVPR 2016

If you have any question regarding the dataset, please contact:

Michael Gygli <gygli@vision.ee.ethz.ch>

License: This code is licensed under GPL version 3, see LICENSE file

###Note: There is a patent pending on the ideas presented in this work so this code should only be used for academic purposes.

Last edit: June 21, 2016

About

Video2GIF neural network model from our paper at CVPR2016

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%