https://github.com/yas-sim/openvino-people-detection-sample
OpenVINO Python sample program - Face detection, People detection, Age/gender estimation, Pose estimation
https://github.com/yas-sim/openvino-people-detection-sample
age-estimation age-prediction deep-learning face-detection gender-estimation gender-prediction inference openvino people-counter people-detection pose-estimation python
Last synced: 3 days ago
JSON representation
OpenVINO Python sample program - Face detection, People detection, Age/gender estimation, Pose estimation
- Host: GitHub
- URL: https://github.com/yas-sim/openvino-people-detection-sample
- Owner: yas-sim
- Created: 2021-07-11T23:55:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T15:04:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T15:34:44.119Z (27 days ago)
- Topics: age-estimation, age-prediction, deep-learning, face-detection, gender-estimation, gender-prediction, inference, openvino, people-counter, people-detection, pose-estimation, python
- Language: Python
- Homepage:
- Size: 18.9 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
### Prerequisites:
- '**pose_extractor**' Python moduleYou 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.
```sh
cd $INTEL_OPENVINO_DIR/deployment_tools/open_model_zoo/demos
./build_demos.sh -DENABLE_PYTHON=ON
```### Test environment
tested on OpenVINO 2021.4