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

opencv: multiple cores support #3

Open
Silex opened this issue Mar 20, 2014 · 0 comments
Open

opencv: multiple cores support #3

Silex opened this issue Mar 20, 2014 · 0 comments

Comments

@Silex
Copy link
Contributor

Silex commented Mar 20, 2014

Hello,

OpenCV opencv_traincascade is monocore out of the box. If you compile with cmake -DWITH_TBB=1 then it builds with multiple core support, BUT it's still not enough because code in traincascade isn't parallelized.

Here is the discussion about traincascade limitations:

http://answers.opencv.org/question/63/enable-multithreading-with-tbb-during-cascade/

I read something about installing IPP to solve it, I'll give it a try.

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

1 participant