-
Notifications
You must be signed in to change notification settings - Fork 284
Description
Hello!
I was wondering if you could include a more detailed user guide.
I have successfully installed the deepdream notebook and can get it to apply different treatments to my own photos.
Now for deepDreamVideo...
r2d2@r2d2-VirtualBox:~/Downloads/DeepDreamVideo$ ./1_movie2frames [ffmpeg|avconv] BUBBLES.mov movFrames
When I enter the following command for the 25fps conversion, terminal returns the following:
bash: ./1_movie2frames: No such file or directory
No command 'avconv]' found, did you mean:
Command 'avconv' from package 'libav-tools' (universe)
avconv]: command not found
If I enter /.1_movie2frames.sh it returns:
please provide the moviename and directory where to store the frames
./1_movie2frames [ffmpeg|avconv] [movie.mp4] [directory]
I do have lib-avconv installed.
Also, for the following command this is what is returned:
python 2_dreaming_time.py -i frames -o processed --gpu 0
r2d2@r2d2-VirtualBox:~/Downloads/DeepDreamVideo$ python 2_dreaming_time.py -i frames -o processed --gpu 0
usage: 2_dreaming_time.py [-h] -i INPUT -o OUTPUT [-d] [-g] [-t MODEL_PATH]
[-m MODEL_NAME] [-p PREVIEW] [-oct OCTAVES]
[-octs OCTAVESCALE] [-itr ITERATIONS] [-j JITTER]
[-z ZOOM] [-s STEPSIZE] [-b BLEND]
[-l LAYERS [LAYERS ...]]
2_dreaming_time.py: error: unrecognized arguments: 0
does this have to be executed in the frames folder? Does it produce a new frame with a processed extension or a new folder?
Any help or guidance on how to properly execute these commands would be very appreciated!
Thank you so much!