diff --git a/source/_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image01.png b/source/_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image01.png new file mode 100644 index 0000000..7315e01 Binary files /dev/null and b/source/_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image01.png differ diff --git a/source/_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image02.png b/source/_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image02.png new file mode 100644 index 0000000..aff0889 Binary files /dev/null and b/source/_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image02.png differ diff --git a/source/_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image03.png b/source/_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image03.png new file mode 100644 index 0000000..c182625 Binary files /dev/null and b/source/_static/amebapro2/Example_Guides/Neural_Network/Neural_Network_-_MediaPipe_Holistic_Landmarker/image03.png differ diff --git a/source/ameba_pro2/amb82-mini/Example_Guides/Neural Network/Multimedia AI/MediaPipe Holistic Landmarker.rst b/source/ameba_pro2/amb82-mini/Example_Guides/Neural Network/Multimedia AI/MediaPipe Holistic Landmarker.rst new file mode 100644 index 0000000..a5cf38d --- /dev/null +++ b/source/ameba_pro2/amb82-mini/Example_Guides/Neural Network/Multimedia AI/MediaPipe Holistic Landmarker.rst @@ -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) `_ + + |image_ameba_iot| Special thanks and credits to the efforts and contributions for all developers. + +Materials +--------- + +- `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% \ No newline at end of file diff --git a/source/ameba_pro2/amb82-mini/Example_Guides/Neural Network/Multimedia AI/index.rst b/source/ameba_pro2/amb82-mini/Example_Guides/Neural Network/Multimedia AI/index.rst index 8d80fec..c71171b 100644 --- a/source/ameba_pro2/amb82-mini/Example_Guides/Neural Network/Multimedia AI/index.rst +++ b/source/ameba_pro2/amb82-mini/Example_Guides/Neural Network/Multimedia AI/index.rst @@ -6,5 +6,6 @@ Multimedia AI Generative AI Speech Generative AI Vision + MediaPipe Holistic Landmarker Text-to-Speech NTP Text-to-Speech \ No newline at end of file diff --git a/source/conf.py b/source/conf.py index 009ea15..b9f93ea 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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__)