Difference between revisions of "Deep Dream with Darknet"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
*Using Deep Dream with Darknet (GPU + OpenCV). Tested on Ubuntu 16.04  
 
*Using Deep Dream with Darknet (GPU + OpenCV). Tested on Ubuntu 16.04  
  
=== Apply Deep Dream to an image ===
+
=== Apply DeepDream to an image ===
  
 
*Go to the directory and type:
 
*Go to the directory and type:
Line 17: Line 17:
  
  
=== Generate a sequence of images with Deep Dream ===
+
=== Generate a sequence of images with DeepDream ===
  
 
*Go to the directory and run the detector for videos:
 
*Go to the directory and run the detector for videos:

Revision as of 19:03, 9 January 2019

Installation

Generating an Image

  • Using Deep Dream with Darknet (GPU + OpenCV). Tested on Ubuntu 16.04

Apply DeepDream to an image

  • Go to the directory and type:
cd darknet
./darknet nightmare cfg/vgg-conv.cfg vgg-conv.weights data/eagle.jpg 13


Generate a sequence of images with DeepDream

  • Go to the directory and run the detector for videos:
cd darknet
./darknet nightmare cfg/vgg-conv.cfg vgg-conv.weights data/eagle.jpg 13 -rounds 30 -zoom 0.8


Guide