Fast-MTCNN icon indicating copy to clipboard operation
Fast-MTCNN copied to clipboard

Slow performance using OpenVino

Open dbousamra opened this issue 7 years ago • 3 comments

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 avatar Dec 08 '18 04:12 dbousamra

Has anyone tried this code with OpenVino?

dbousamra avatar Dec 11 '18 00:12 dbousamra

Has anyone tried this code with OpenVino?

I also find this problem。

runauto avatar Dec 13 '18 07:12 runauto

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

dbousamra avatar Dec 13 '18 08:12 dbousamra