Difference between revisions of "Deep Dream"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
cd darknet | cd darknet | ||
./darknet nightmare cfg/vgg-conv.cfg vgg-conv.weights data/eagle.jpg 13 -rounds 30 -zoom 0.9 | ./darknet nightmare cfg/vgg-conv.cfg vgg-conv.weights data/eagle.jpg 13 -rounds 30 -zoom 0.9 | ||
+ | |||
+ | [[Category:Convolutional Neural Networks]] |
Latest revision as of 13:31, 28 November 2022
== 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