Skip to content

Add MediaPipe Holistic Landmarker Example Guide #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
MediaPipe Holistic Landmarker
=============================

.. contents::
:local:
:depth: 2

.. note ::
|image_3rd_party| "Text-to-Speech" is jointly developed by RTKSG SD3 and `ChungYi Fu (Kaohsiung, Taiwan) <https://github.com/fustyles>`_

|image_ameba_iot| Special thanks and credits to the efforts and contributions for all developers.

Materials
---------

- `AMB82-mini <https://www.amebaiot.com/en/where-to-buy-link/#buy_amb82_mini>`_ x 1

Example
-------

In this example, we will be using Ameba Pro2 development board to stream JPEG using HTTP and apply MediaPipe Holistic Landmarker on the streaming page.

Open MediaPipe Holistic Landmarker example in “File” -> “Examples” -> “AmebaNN” -> “MultimediaAI” -> "MediaPipe_Holistic_Landmarker".

|image01|

In the highlighted code snippet fill in the "ssid" with your WiFi network SSID and "pass" with the network password.

|image02|

Compile and upload the example.

Open the serial monitor to view the logs.

|image03|

Please copy the IP address for "Main page" printed on the log and paste it on your browser to view the stream.

Resources
---------

| MediaPipe Holistic Overview
| https://github.com/google-ai-edge/mediapipe/blob/master/docs/solutions/holistic.md

| MediaPipe Tasks Vision Package
| https://www.jsdelivr.com/package/npm/@mediapipe/tasks-vision

.. |image01| image:: ../../../../../_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image01.png
:width: 918 px
:height: 918 px
:scale: 80%

.. |image02| image:: ../../../../../_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image02.png
:width: 768 px
:height: 502 px

.. |image03| image:: ../../../../../_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image03.png
:width: 378 px
:height: 130 px

.. |image_ameba_iot| image:: ../../../../../_static/ameba_iot_logo.png
:scale: 40%

.. |image_3rd_party| image:: ../../../../../_static/3rd_party_logo.png
:scale: 10%
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Multimedia AI

Generative AI Speech
Generative AI Vision
MediaPipe Holistic Landmarker
Text-to-Speech NTP
Text-to-Speech
6 changes: 3 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@

numfig = True

#html_theme_options = {
html_theme_options = {
# "collapse_navigation": False, # Prevent tab from collapsing
# "navigation_depth": 3, # Keep tab active,
#}
"navigation_depth": -1, # Set to allow unlimited depth,
}

# Get the path to the current directory
current_dir = os.path.dirname(__file__)
Expand Down