Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
/ DeepDarkFantasy Public archive

DeepDream Video Generator with ffmpeg, pycaffe

License

Notifications You must be signed in to change notification settings

Nebu1eto/DeepDarkFantasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepDarkFantasy

I'm hired for people to fulfill their fantasies. Their **DEEP DARK FANTASIES**. - Van Darkholme

Sorry, It's just a joke. It makes DeepDream video with using ffmpeg and caffe. This project is targeted at Ubuntu 14.04 LTS.

Requirement

Install CUDA 7.5 yourself. Then our Install Script will install every dependencies.

How to Use?

  • In first, Run Installer Script.
$ ./setup.sh
  • After setup, Set your configure file. If you are using vim,
$ vi configure.conf

or if you are using emacs,

$ sudo apt-get remove emacs
$ vi configure.conf
  • And, Run main script.
$ ./main.sh
  • Feel DEEP DARK FANTASIES.

Configure Options

  • INPUT_FOLDER: Temporary Input Folder for Extracting video.
  • OUTPUT_FOLDER: Temporary Output Folder for Processing frames.
  • VIDEO_FILE: Video file for process.
  • OUTPUT_FILE: Output video file.
  • FRAMERATE: Video's Framerate
  • MODEL_IMAGE: Deep Dream Model Image
  • THREADS: CPU's threads. (Only for ffmpeg)
  • ITERATIONS: Iterations when processing images.
  • OCTAVES: Octaves when processing images.
  • OCTAVES_SCALE: Octaves Scale when processing images.

About

DeepDream Video Generator with ffmpeg, pycaffe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published