Closed ahmedbilal closed 5 years ago
I tried it on Google Colab but unfortunately Google Colab doesn't support Docker (it doesn't allow docker daemon to run). So, I am trying it on my laptop (it is large download and whole process is taking a lot of time). So, hope it would work.
Tried to run on my Laptop but error occurred. More Details
@WaqasSultani @asiffirdos @ranahaseeb944 @talha2302 Flownet runs successfully and generate the following image sequence for first 30 frames of wales video.
Done.
We initially tested Farneback Optical Flow shipped with OpenCV. But, you noticed that its results are not very good. So, I tested pathak22's pyflow. Its results are little better but it is very slow i.e it takes 10-15 seconds on My CPU (i7-3840QM) and even more on Google Colaboratory's CPU. So, it is infeasible to find optical flow using this algorithm. Frame 1
Frame 2
Optical Flow using pyflow
Optical Flow using Farneback
The purpose of this issue is to notify all of you to find some good Optical Flow algorithm that can run on either our local machine or Google Colab.
Please test it on your machine or Google Colab before suggesting.