Skip to content

yashpatel5400/DeepGIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

238 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepGIF

Video style transfer using convolutional networks, with tracking and masks for GIFs!

Implemented for Computer Vision 2016 (Princeton University) by Richard Du, Yash Patel, and Jason Shi. Feel free to make use of the files given here or contact us if anything is not working properly! Please note that the pre-trained models that are necessary are more fully described in their respective folder, i.e. in 'processing/styletransfer' and 'processing/segmentation.'

The algoirthm and necessary background information is fully laid out in the following paper: "DeepGIF"

Requirement

  • Python = 2.7
    • TensorFlow 0.12.0
    • Keras
    • Chainer
    • Caffe

How to run

$ pip install -r requirements.txt
$ gunicorn main:app --log-file=-

Deploy to Heroku

$ heroku apps:create [NAME]
$ heroku buildpacks:add heroku/nodejs
$ heroku buildpacks:add heroku/python
$ git push heroku master

or Heroku Button.

Deploy

About

Architectural style transfer using deep-learning. Implemented for Computer Vision 2016 (Princeton University) by Richard Du, Yash Patel, and Jason Shi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors