DeepDreamVideo icon indicating copy to clipboard operation
DeepDreamVideo copied to clipboard

implementing deep dream on video

Results 16 DeepDreamVideo issues
Sort by recently updated
recently updated
newest added

In the #Blending Options paragraph, there is a spelling error. The line is written as, " The best results come from a well selected blending factor, used to blend each...

In the #Blending Options paragraph, there is a spelling error. The line is written as, " The best results come from a well selected blending factor, used to blend each...

I notice the code is written in 2.7, so i downloaded then. and now i need numpy and scipy but i have no clue how to install them with 2.7,...

Python code is still set up to use python 2.7, which is deprecated

Hello i get the following error when running python 2_dreaming_time.py -i frames_dir -o processed_frames_dir --model_path models/bvlc_googlenet/ --model_name bvlc_googlenet.caffemodel --gpu 0 --extract 0 -it png In colab i get the error...

Running the program for 1 iteration per frame (128x72) leaves the card out of memory (Geforce GT 630) Note: This does work on a 970M ``` 2_dreaming_time.exe -i ../images -o...

What's the chance someone still has a copy?

strange.. same sequence worked, and now (after restart) : Processing frame #1 Traceback (most recent call last): File ".\2_dreaming_time.py", line 506, in main(args.input, args.output, args.image_type, args.gpu, args.model_path, args.model_name, args.preview, args.octaves,...

I have DeepDream installed in a `docker` container of mine, but it was not built form the docker image you referred to at the bottom of your page. it was...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1