Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computing optical flow [CPU]. This will take a while... #115

Open
aertist opened this issue Dec 10, 2020 · 1 comment
Open

Computing optical flow [CPU]. This will take a while... #115

aertist opened this issue Dec 10, 2020 · 1 comment

Comments

@aertist
Copy link

aertist commented Dec 10, 2020

why this is using CPU? i confirmed im using a GPU runtime in colab. Whats the problem?? its taking forever to even render 1st frame.

@frostbitten
Copy link

The optical flow computation uses DeepFlow2 which relies on DeepMatching . The DeepMatching software comes compiled for CPU use only. There is source code available to compile it for use with a GPU but I haven't had luck nor found anything precompiled in my searches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants