run some google deep dream demos in docker. composting.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ryan Rix bd1f7f386e Add readme 8 years ago
Dockerfile Move the dreamer in to its own libary, add a few scripts that use it 8 years ago
README.org Add readme 8 years ago
dreamer.py Move the dreamer in to its own libary, add a few scripts that use it 8 years ago
layers.txt Move the dreamer in to its own libary, add a few scripts that use it 8 years ago
layertest.py Move the dreamer in to its own libary, add a few scripts that use it 8 years ago
run.sh 10% blend and 4c/pool_proj 8 years ago
start.sh 10% blend and 4c/pool_proj 8 years ago
videodreams.py Better error handling 8 years ago

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