Giter Site home page Giter Site logo

deepdreamui's People

Contributors

graphific avatar samim23 avatar

Watchers

 avatar  avatar

deepdreamui's Issues

check if SU_keep / SU_drop within network layer size

check if SU_keep / SU_drop within network layer size.

/home/roelof/venv2/local/lib/python2.7/site-packages/scipy/ndimage/interpolation.py:549: UserWarning: From scipy 0.13.0, the output shape of zoom() is calculated with round() instead of int() - for these inputs the size of the returned array has changed.
  "the returned array has changed.", UserWarning)
Traceback (most recent call last):
  File "dreamer.py", line 499, in 
    args.zoom, args.stepsize, args.blend, args.layers, args.guide, args.gpu, args.flow, args.network, args.drop, args.keep)
  File "dreamer.py", line 333, in main
    hallu,keepIndices = getFrame(net, img, layers[0], drop, keep, control)
  File "dreamer.py", line 305, in getFrame
    octave_scale=octave_scale, jitter=jitter, end=endparam, controlUnits=control, keep=keep, dropTop=drop)
  File "dreamer.py", line 123, in deepdream
    keepIndices = keepIndices, **step_params)
  File "dreamer.py", line 55, in make_step
    keepIndices = np.array(np.argpartition(v, -(keep+dropTop))[-(keep+dropTop):][:keep])
  File "/home/roelof/venv2/local/lib/python2.7/site-packages/numpy/core/fromnumeric.py", line 690, in argpartition
    return _wrapit(a, 'argpartition',kth, axis, kind, order)
  File "/home/roelof/venv2/local/lib/python2.7/site-packages/numpy/core/fromnumeric.py", line 45, in _wrapit
    result = getattr(asarray(obj), method)(*args, **kwds)
ValueError: kth(=-10) out of bounds (64)

mini thumbs for UI

when rendering frames, make a mini resized version with PIL. These are the ones shown in UI: easier navigation + less loading times.

install routine

docker image / ami / etc for easy installation on a server for less tech savy peepz + just easier for all of us :)

UI: timeline

make it a real video editor with a time line and stuff: makes for better "story" production

stylenet

stylenet first version working. Needs nicer implementation to run lua...

threading

start dreamer as a thread from server.py. This makes it possible to use python dreamer -args as well, as as library from within py

specify units in UI

Specify which units to use in UI in easy way.
(after code in #6)
ie render frame: "show active units" which fired (got thumbs rendered out for googlenet imagenet)
and can disable the ones you dont like and keep iterating, or just "show all" which shows a big list to pick from.

cloud storage integration

I would love a "upload to" google drive/s3/dropbox button which asks you for your credentials, or you can save these in a config file.

system stats

possibility to see system stats, ie which gpu's in use and which free.
start is there with wrapper for nvidia-smi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.