-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Problems with multiprocessing #104
Comments
The morale of the story is |
Thanks jakirkham for your great answer. Meanwhile I have created a fork of opencv that works with intel tbb. |
Compiling against conda-forge TBB package is possible (example). Just add TBB to requirements in meta.yaml and cmake it like this:
Sorry, not much time for PRs these days. |
There is a problem with multiprocessing explained here. When calling a function on the main thread and after that launching another on multiprocessing the program hangs.
Apparently compiling using intel TBB solves the problem. "-D BUILD_TBB=ON -D WITH_TBB=ON"
Code that reproduces the error:
I have tried with all versions of opencv from conda-forge from 3.0 and it happens the same.
The text was updated successfully, but these errors were encountered: