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.
|
8 years ago | |
---|---|---|
Dockerfile | 8 years ago | |
README.org | 8 years ago | |
dreamer.py | 8 years ago | |
layers.txt | 8 years ago | |
layertest.py | 8 years ago | |
run.sh | 8 years ago | |
start.sh | 8 years ago | |
videodreams.py | 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 patchgit 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