Deep Dream

From Interaction Station Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

== Working with Ubuntu 16.04 & Darknet

Single Image

cd darknet
./darknet nightmare cfg/vgg-conv.cfg vgg-conv.weights data/eagle.jpg 13


Sequence of Images for video generation

  • Adding parameter-zoom (close to 1 for zooming in, close to 0 for zooming out)
cd darknet
./darknet nightmare cfg/vgg-conv.cfg vgg-conv.weights data/eagle.jpg 13 -rounds 30 -zoom 0.9