-
First of all - thanks for putting it all together. Really newbie question here - is it normal that OptFlow process takies about 3min for backward/forward/reliable set for one video frame? (i7-2600k)
-
If I already have JCJohnson's neural-style installed, do I basically just need to install ffmpeg, and run this script? Is there a full list of dependencies etc?
-
I'm on OS X el capitan and I'm trying to build deepflow2. I simply type 'make'. However I get this error:
gcc -o deepflow2.o -Wall -g -O3 -msse4 -fPIC -c deepflow2.c
gcc -o image.o -Wall -g -O3 -mss…
-
Use test_flow.py and gen_synthetic.py with different Brox params.
Probably best to play with the number of inner and outer iterations
-
```
Using username "ubuntu".
Authenticating with public key "imported-openssh-key"
Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-79-generic x86_64)
* Documentation: https://help.ubuntu.com/
S…
-
HI could you give an example of how to specify this in the script if i'm using deepflow?
Thanks
-
I get as far as generating the first image using the included stylizeVideo.sh, however when that image completes I see this error:
/usr/local/bin/luajit: /usr/local/share/lua/5.1/image/init.lua:346:…
-
I have compared the code of deepflow given in current opencv and the code provided by the author, I found that current code in opencv does not include the deepmatching component, when will it be finis…