You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: