MaochengHu 576cda45b8 first commit | 2 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 2 years ago | |
README.md | 2 years ago | |
keypoint_detector.cpp | 2 years ago | |
keypoint_detector.h | 2 years ago | |
keypoint_postprocess.cpp | 2 years ago | |
keypoint_postprocess.h | 2 years ago | |
main.cpp | 2 years ago | |
picodet_openvino.cpp | 2 years ago | |
picodet_openvino.h | 2 years ago |
This fold provides TinyPose 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 |
param | detail |
---|---|
--mode | input mode,0:camera;1:image;2:video;3:benchmark |
--image_file | input image path |
tinypose_demo 0 0
tinypose_demo 1 IMAGE_FOLDER/*.jpg
tinypose_demo 2 VIDEO_PATH
tinypose_demo 3 0
Plateform: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz x 24(核) Model: Tinypose256_Openvino
param | Min | Max | Avg |
---|---|---|---|
infer time(s) | 0.018 | 0.062 | 0.028 |