mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-13 04:40:26 +00:00
7 lines
761 B
Markdown
7 lines
761 B
Markdown
# Deprecated Examples
|
|
You are most probably looking for the [examples/tutorial_api_cpp/](../tutorial_api_cpp/) or [examples/tutorial_api_python/](../tutorial_api_python/), which provide examples of the thread API already applied to body pose estimation.
|
|
|
|
This directory is for OpenPose deployers, not for OpenPose uses, as it only provides (potentially not updated) examples for:
|
|
- The basic OpenPose thread mechanism API, and it is only meant for people interested in the multi-thread architecture without been interested in the OpenPose pose estimation algorithm.
|
|
- How to add a new module to OpenPose. And this is already and better explained in [examples/tutorial_api_cpp/](../tutorial_api_cpp/) or [examples/tutorial_api_python/](../tutorial_api_python/).
|