项目作者: yas-sim

项目描述 :
OpenVINO Python sample program - Face detection, People detection, Age/gender estimation, Pose estimation
高级语言: Python
项目地址: git://github.com/yas-sim/openvino-people-detection-sample.git


OpenVINO Python sample program - face detection, age/gender estimation, people detection, human pose estimation

Description:

A simple OpenVINO Python sample code.

  • face detection
  • age/gender estimation
  • people detection
  • human pose estimation
    demo

Prerequisites:

  • pose_extractor‘ Python module

You need to build pose_extractor module with build_demos script in OpenVINO and copy pose_extractor.pyd(win) or pose_extractor.so(linux) to the same directory as Python script.

  1. cd $INTEL_OPENVINO_DIR/deployment_tools/open_model_zoo/demos
  2. ./build_demos.sh -DENABLE_PYTHON=ON

Test environment

tested on OpenVINO 2021.4