44
Deep Learning and Artistic Style Transfer for Videos Sam Putnam 6/6/2017 + = 6/6/2017 Want to learn more? I am teaching the Deploying Data Science Masterclass at Data Science Conf® Tickets are available now: www.DataScienceConf.com

Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Embed Size (px)

Citation preview

Page 1: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Deep Learning and Artistic Style Transfer for Videos

Sam Putnam

6/6/2017

+ =

6/6/2017

Want to learn more? I am teaching the Deploying Data Science Masterclass at Data Science Conf®

Tickets are available now: www.DataScienceConf.com

Page 2: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Deep Learning

Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

6/6/2017

Page 3: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Artistic Style Transfer

Artistic Style Transfer

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

6/6/2017

https://arxiv.org/abs/1604.08610

Page 4: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Butterfly Demo

Butterfly Demo

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

6/6/2017

https://twitter.com/samdeeplearning/status/854332749695602720

Page 5: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Part 1 of 3

Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Deep Learning

6/6/2017

Page 6: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

6/6/2017

Page 7: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Deep Learning

6/6/2017

Page 8: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Deep Learning

6/6/2017

Page 9: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Part 2 of 3

Artistic Style Transfer

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Artistic Style Transfer

6/6/2017

Page 10: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam Putnam

Content and Style Loss Minimization

Deep Learning and Artistic Style Transfer for Videos

Artistic Style Transfer

6/6/2017

Page 11: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam Putnam

Total Loss

Deep Learning and Artistic Style Transfer for Videos

Artistic Style Transfer

6/6/2017

Page 12: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Artistic Style Transfer

6/6/2017

Page 13: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Artistic Style Transfer

6/6/2017

Page 14: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Artistic Style Transfer

6/6/2017

Page 15: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Artistic Style Transfer

6/6/2017

Page 16: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Artistic Style Transfer

6/6/2017

Page 17: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Part 3 of 3

Butterfly Demo (Will Go Through This Fast)

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 18: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

A - Picked NN (Try CUDNN for Speed)

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 19: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

B - Picked GPU

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 20: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

C - Use Original Resolution

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 21: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

D - Successfully Loaded VGG Model

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 22: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

E - Finishes 2 Hours Later; scp the stylized video onto your computer

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 23: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

1 - Select Amazon Deep Learning AMI that has Torch and CUDA pre-installed

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 24: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

2 - Select P2.xlarge GPU instance for Tesla K80

6/6/2017

Page 25: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

3 - Allow Incoming Connections on Port 22

6/6/2017

Page 26: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

4 - Create a Key Pair - I always use the same one that I named TheanoKeyPair

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 27: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

5 - Launch Instance

6/6/2017

Page 28: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6 - Wait Until It’s Running

6/6/2017

Page 29: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

7 - ssh -i TheanoKeyPair.pem [email protected].

com

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 30: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

8 - Try Several Times Until It Connects

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 31: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

9 - You’re In

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 32: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

10 - cd torch; sudo apt-get install libprotobuf-dev protobuf-compiler

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 33: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

11 - luarocks install loadcaffe

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 34: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

12 - Re-install Torch Because It’s Fast

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 36: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

14 - wget -c --no-check-certificate https://bethgelab.org/media/uploads/deeptextures/

vgg_normalised.caffemodel

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 38: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

16- wget -c http://pascal.inrialpes.fr/data2/deepmatching/files/DeepFlow_release2.0.tar.gz;

unzipand move ‘static’ file to src directory

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 39: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

17 - wget -c http://lear.inrialpes.fr/src/deepmatching/code/deepmatching_1.0.2.zip; unzip

and move ‘static’ file to src directory

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 40: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

18 - Upload Video & Image of Matching Resolution to Github; git clone repo on your instance

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 41: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

19 - git clone https://github.com/manuelruder/artistic-videos

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 42: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

20 - SSH in using Your KeyPair.pem and Ubuntu as the User

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 43: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

21 - ./stylizeVideo.sh Butterfly.mov vanGogh596x336.png

Sam PutnamDeep Learning and Artistic Style Transfer for Videos

Butterfly Demo

6/6/2017

Page 44: Deep Learning and Artistic Style Transfer for Videos - Enterprise Deep Learning

Thank you

Deep Learning and Artistic Style Transfer for Videos Sam Putnam

[email protected]

Thank you to Manuel Ruder et al. Slides are for today only.

Always looking for new members & new locations in Cambridge, US or NYC & new speakers to present on Deep Learning in Production topics

6/6/2017

https://www.slideshare.net/anirudhkoul/squeezing-deep-learning-into-mobile-phones/77