MaochengHu 576cda45b8 first commit | 2 years ago | |
---|---|---|
.. | ||
python | 2 years ago | |
CMakeLists.txt | 2 years ago | |
README.md | 2 years ago | |
main.cpp | 2 years ago | |
picodet_openvino.cpp | 2 years ago | |
picodet_openvino.h | 2 years ago |
This fold provides PicoDet inference code using
Intel's OpenVINO Toolkit. Most of the implements in this fold are same as demo_ncnn.
Recommand to use the xxx.tar.gz file to install instead of github method, link.
Go to OpenVINO HomePage
Download a suitable version and install.
Follow the official Get Started Guides: https://docs.openvinotoolkit.org/latest/get_started_guides.html
Run this command in cmd. (Every time before using OpenVINO)
<INSTSLL_DIR>\openvino_2021\bin\setupvars.bat
Or set the system environment variables once for all:
Name | Value |
---|---|
INTEL_OPENVINO_DIR | \openvino_2021 |
INTEL_CVSDK_DIR | %INTEL_OPENVINO_DIR% |
InferenceEngine_DIR | %INTEL_OPENVINO_DIR%\deployment_tools\inference_engine\share |
HDDL_INSTALL_DIR | %INTEL_OPENVINO_DIR%\deployment_tools\inference_engine\external\hddl |
ngraph_DIR | %INTEL_OPENVINO_DIR%\deployment_tools\ngraph\cmake |