Skip to content

Commit

Permalink
Merge pull request alexjc#80 from alexjc/scale
Browse files Browse the repository at this point in the history
Processing patches in standalone phase, now slice by slice.
  • Loading branch information
alexjc committed Apr 26, 2016
2 parents 8e7e45a + 7b74cad commit 71d9a13
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 120 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Neural Doodle
vgg19_conv.pkl.bz2

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ The ``doodle.py`` script generates a new image by using one, two, three or four

**NOTE**: Making a ``#NeuralDoodle`` is a skill. The parameters in the script were adjusted to work well by default and with the examples below. For new images, you may need to adjust values and modify on your input data too. It takes practice, but you can reach almost photo-realistic results if you iterate! (`Ask for advice here or see examples <https://github.com/alexjc/neural-doodle/issues?q=label%3Aadvice>`_.)

1. `Examples & Usage <#examples--usage>`_
2. `Installation <#installation-setup>`_
3. `Troubleshooting <#troubleshooting-problems>`_
4. `Frequent Questions <#frequent-questions>`_
1. `Examples & Usage <#1-examples--usage>`_
2. `Installation <#2-installation-setup>`_
3. `Troubleshooting <#3-troubleshooting-problems>`_
4. `Frequent Questions <#4-frequent-questions>`_

**IMPORTANT**: This project is possible thanks to the `nucl.ai Conference <http://events.nucl.ai/>`_ on Creative AI, **July 18-20**. Join us in **Vienna**!

Expand Down
Loading

0 comments on commit 71d9a13

Please sign in to comment.