All Projects → gyglim → Video2gif_code

gyglim / Video2gif_code

Licence: other
Video2GIF neural network model from our paper at CVPR2016

Projects that are alternatives of or similar to Video2gif code

Object Detection On Thermal Images
Robust Object Classification of Occluded Objects in Forward Looking Infrared (FLIR) Cameras
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Mlnetexamples
A collection of examples for the ML.NET machine learning package from Microsoft
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
2017 Ccf Bdci Enterprise
2017-CCF-BDCI-企业经营退出风险预测:9th/569 (Top 1.58%)
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Lifetime value
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Scala Cheatsheet
The Biggest Scala Cheat-Sheet.
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Ltpextraction
基于ltp的简单评论观点抽取模块
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Fnn
Embed strange attractors using a regularizer for autoencoders
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Mad
Code for "Online and Linear Time Attention by Enforcing Monotonic Alignments"
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Unet Tgs
Applying UNET Model on TGS Salt Identification Challenge hosted on Kaggle
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Caffe Spn
Codes for Learning Affinity via Spatial Propagation Networks
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Deep transfer learning nlp dhs2019
Contains the code and deck for the presentation on Applying Deep Transfer Learning for NLP in Analytics Vidhya's DataHack Summit 2019
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Learn machine learning
Road to Machine Learning
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Ai For Trading
code repository for Udacity nanodegree Artificial Intelligence for Trading
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Kgtk
Knowledge Graph Toolkit
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Summerschool2017
Material for the Montréal Deep Learning Summer School 2017
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Dl in nlp deeppavlov cs224n spring2020
"Deep Learning in Natural Language Processing" - a course by DeepPavlov built on top of Stanford's cs224n
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Astool
Augmented environments with RL
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Entailment With Tensorflow
Accompanying notebook for the Entailment with Tensorflow article.
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
How to generate video
This is the code for "How to Generate Video - Intro to Deep Learning #15' by Siraj Raval on YouTube
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook
Whatsapp Radiologist
A chatbot built in python using Selenium module.
Stars: ✭ 81 (+1.25%)
Mutual labels:  jupyter-notebook

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

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

Note: In case the data is not available on the ETH links, where's a backup on drive:

C3D weights: https://drive.google.com/file/d/12J5Rsz3zBp3gKKvrmRU3B8s9OTAcfR7C/

Snippet mean: https://drive.google.com/file/d/1oKN5APlKzf70X4l4K4CIcuOUfbUCdHUt/

Video2GIF weights: https://drive.google.com/file/d/1Qvd6xXucwiis0bqlcoHB6pMIh7GXgdvK/

Example video: https://drive.google.com/file/d/17LdWCqUBy0-4uXLxbw9RSUH_fGTQAbVQ/

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

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 <[email protected]>

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].