run some google deep dream demos in docker. composting.
 
 
 
Go to file
Ryan Rix bd1f7f386e Add readme 2015-07-06 18:08:36 -07:00
Dockerfile Move the dreamer in to its own libary, add a few scripts that use it 2015-07-05 19:24:42 -07:00
README.org Add readme 2015-07-06 18:08:36 -07:00
dreamer.py Move the dreamer in to its own libary, add a few scripts that use it 2015-07-05 19:24:42 -07:00
layers.txt Move the dreamer in to its own libary, add a few scripts that use it 2015-07-05 19:24:42 -07:00
layertest.py Move the dreamer in to its own libary, add a few scripts that use it 2015-07-05 19:24:42 -07:00
run.sh 10% blend and 4c/pool_proj 2015-07-06 03:24:39 -07:00
start.sh 10% blend and 4c/pool_proj 2015-07-06 03:24:39 -07:00
videodreams.py Better error handling 2015-07-06 17:58:25 -07:00

README.org

DDD Docker Deep Dreams   DDD PROJECTS

Personal fork of mjibson/ddd.

  • Move dreamer in to its own module
  • Add scripts for layer test and video dreaming

Usage

Modify the start.sh to call the script that you want to use.

videodreams.py

Takes all the files in /frames/, drams one with a specified end layer, blends that with the next image and then dreams it, to create a set of frames that you can re-constitute in to a video.

layertest.py

Opens /frames/test.jpg and runs it through each layer in layers.txt

Todo

NEXT Parameterize videodreams.py

NEXT Parameterize layertest.py

NEXT Parameterize the start.sh script

NEXT Parameterize the run.sh script

Contributions

The original deepdream code is APL 2.0, keep that in mind.

To submit patches:

  • Clone the repo
  • Create a git branch, code in a branch.
  • When you're done, send me a git format-patch style patch

    • git format-patch --to ryan@whatthefuck.computer master..HEAD > YOURBRANCHNAME.patch
    • Mail that patch to me at ryan@whatthefuck.computer, and I will integrate it.

Project Discussion happens on Discourse