简体   繁体   English

opencv dnn 模块与 OpenVino

[英]opencv dnn module with OpenVino

I have no problems when working with dnn module But I have downloaded OPENVINO to use dnn with engine inference, and I can't load the opencv_dnn452d.dll library When I go to the opencv subdirecotry in openvino, and execute opencv_version_win32d.exe, I get this output, that says that inference engine has 3 backends (ONETBB, TBB and OPENM), but none of them can be checked correctly: I have no problems when working with dnn module But I have downloaded OPENVINO to use dnn with engine inference, and I can't load the opencv_dnn452d.dll library When I go to the opencv subdirecotry in openvino, and execute opencv_version_win32d.exe, I get这个 output 表示推理引擎有 3 个后端(ONETBB、TBB 和 OPENM),但没有一个可以正确检查:

[ INFO:0] global C:\jenkins\workspace\OpenCV\OpenVINO\2021.3\build\windows\opencv\modules\core\src\parallel\registry_parallel.impl.hpp (90) cv::parallel::ParallelBackendRegistry::ParallelBackendRegistry core(parallel): Enabled backends(3, sorted by priority): ONETBB(1000); TBB(990); OPENMP(980)
[ INFO:0] global C:\jenkins\workspace\OpenCV\OpenVINO\2021.3\build\windows\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load C:\Program Files (x86)\Intel\openvino_2021.3.394\opencv\bin\opencv_core_parallel_onetbb452_64d.dll => FAILED
[ INFO:0] global C:\jenkins\workspace\OpenCV\OpenVINO\2021.3\build\windows\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load opencv_core_parallel_onetbb452_64d.dll => FAILED
[ INFO:0] global C:\jenkins\workspace\OpenCV\OpenVINO\2021.3\build\windows\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load C:\Program Files (x86)\Intel\openvino_2021.3.394\opencv\bin\opencv_core_parallel_tbb452_64d.dll => FAILED
[ INFO:0] global C:\jenkins\workspace\OpenCV\OpenVINO\2021.3\build\windows\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load opencv_core_parallel_tbb452_64d.dll => FAILED
[ INFO:0] global C:\jenkins\workspace\OpenCV\OpenVINO\2021.3\build\windows\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load C:\Program Files (x86)\Intel\openvino_2021.3.394\opencv\bin\opencv_core_parallel_openmp452_64d.dll => FAILED
[ INFO:0] global C:\jenkins\workspace\OpenCV\OpenVINO\2021.3\build\windows\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load opencv_core_parallel_openmp452_64d.dll => FAILED

What do I have to do to get inference engine working correctly?我必须做什么才能让推理引擎正常工作? Thanks in advance for your answer提前感谢您的回答

First and foremost you need to install some pre-requisite for OpenVINO.首先,您需要为 OpenVINO 安装一些先决条件。

Then, you need to set it up properly in your system.然后,您需要在系统中正确设置它。

You can follow this step by step guide .您可以按照此分步指南进行操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM