kesara / deepdreamer

Easy to configure Python program that make use of Google's DeepDream.
https://deepdreamer.fq.nz/
GNU General Public License v3.0
208 stars 42 forks source link

--list-layers is required #2

Closed crypdick closed 9 years ago

crypdick commented 9 years ago

Hi @kesara,

I pulled your changes and now when I try to run python deepdreamer.py [IMG] I get this error:

deepdreamer.py: error: one of the arguments image --list-layers is required

I don't know much about argument parsing, but is there a way to set a default?

kesara commented 9 years ago

Hi @isomerase,

I can't reproduce this error. python deepdreamer.py image.jpg works fine for me. https://github.com/kesara/deepdreamer/blob/master/deepdreamer.py#L55-L59 take care of this.

crypdick commented 9 years ago

False alarm, sorry! I had checked out a revision locally.