artistic-videos icon indicating copy to clipboard operation
artistic-videos copied to clipboard

runs infinitely..

Open pamruta opened this issue 4 years ago • 1 comments

I am trying to run this code in Google Colab, but it's running for a long time w/o any output.. The video clip I am testing it on is hardly 15 secs... It's stuck at this stage:

Computing optical flow. This may take a while... g++ -O3 -fPIC consistencyChecker.cpp NMath.cpp -I. -o consistencyChecker -L.

pamruta avatar Mar 02 '20 17:03 pamruta

On my machine with a 1080ti a 1080x608 video with 120 frames takes about 6 hours in this stage. It's doing a lot of work here.

StoneBones avatar Mar 09 '20 23:03 StoneBones