├── 1_movie2frames.sh ├── 2_dreaming_time.py ├── 3_frames2movie.sh ├── LICENSE ├── README.md ├── frames2gif.sh └── images ├── blend_constant.gif ├── blend_loop.gif ├── blend_random.gif └── guided_dreaming.jpg /1_movie2frames.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphific/DeepDreamVideo/HEAD/1_movie2frames.sh -------------------------------------------------------------------------------- /2_dreaming_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphific/DeepDreamVideo/HEAD/2_dreaming_time.py -------------------------------------------------------------------------------- /3_frames2movie.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphific/DeepDreamVideo/HEAD/3_frames2movie.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphific/DeepDreamVideo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphific/DeepDreamVideo/HEAD/README.md -------------------------------------------------------------------------------- /frames2gif.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphific/DeepDreamVideo/HEAD/frames2gif.sh -------------------------------------------------------------------------------- /images/blend_constant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphific/DeepDreamVideo/HEAD/images/blend_constant.gif -------------------------------------------------------------------------------- /images/blend_loop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphific/DeepDreamVideo/HEAD/images/blend_loop.gif -------------------------------------------------------------------------------- /images/blend_random.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphific/DeepDreamVideo/HEAD/images/blend_random.gif -------------------------------------------------------------------------------- /images/guided_dreaming.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphific/DeepDreamVideo/HEAD/images/guided_dreaming.jpg --------------------------------------------------------------------------------