Human Pose Estimation ===================== This example showcases the implementation of a human pose estimation network using the DepthAI SDK. .. include:: /includes/blocking_behavior.rst Demo #### .. image:: /_static/images/demos/sdk_human_pose.gif :alt: Human Pose Estimation Demo Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/human_pose.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `_. .. literalinclude:: ../../../../examples/NNComponent/human_pose.py :language: python :linenos: .. include:: /includes/footer-short.rst