manuelruder / artistic-videos

Torch implementation for the paper "Artistic style transfer for videos"
Other
1.75k stars 252 forks source link

runs infinitely.. #69

Open pamruta opened 4 years ago

pamruta commented 4 years ago

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.

StoneBones commented 4 years ago

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.