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

Slow performance using OpenVino #7

Open
dbousamra opened this issue Dec 8, 2018 · 3 comments
Open

Slow performance using OpenVino #7

dbousamra opened this issue Dec 8, 2018 · 3 comments

Comments

@dbousamra
Copy link

dbousamra commented Dec 8, 2018

I am using your code, compiled against OpenVino l_openvino_toolkit_p_2018.3.343.

It works, but it's slower than it was using normal opencv. I'm not sure what I've done wrong. I added these lines where you run the networks:
PNet_.setPreferableBackend(cv::dnn::DNN_BACKEND_INFERENCE_ENGINE);
This is much slower than:
PNet_.setPreferableBackend(cv::dnn::DNN_BACKEND_OPENCV);

Any ideas?

@dbousamra
Copy link
Author

Has anyone tried this code with OpenVino?

@runauto
Copy link

runauto commented Dec 13, 2018

Has anyone tried this code with OpenVino?

I also find this problem。

@dbousamra
Copy link
Author

@runauto What have you found? That it's slower in Open Vino? Did you learn anything interesting?

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